Skip to content

Commit 3ec823f

Browse files
author
Simonx Xu
committed
Acrolinx
1 parent 55b46d0 commit 3ec823f

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

support/dynamics-365/customer-service/omnichannel-for-customer-service/resource-not-found-error-when-configuring-whatsapp-channel.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ To resolve this issue, follow these steps:
4040

4141
### Step 3: Activate the Required Plugins
4242

43-
1. In the **SDK Message Processing Steps** list, look in the **Name**column to locate the following plugins:
43+
1. In the **SDK Message Processing Steps** list, look in the **Name** column to locate the following plugins:
4444

4545
- **Microsoft.Dynamics.OmnichannelSharedBase.Plugins.PostOperationUpdatePrivacyTermsPlugin**: `msdyn_UpdatePrivacyTerms` of any Entity.
4646
- **Microsoft.Dynamics.OmnichannelBase.Plugins.PostOperationUpdatePrivacyTermsPlugin**: `msdyn_UpdatePrivacyTerms` of any Entity.
4747

48-
2. Verify the **Status**column for each plugin:
48+
2. Verify the **Status** column for each plugin:
4949

5050
- If the plugin is disabled, select it by selecting the checkbox next to its name.
5151

support/dynamics-365/customer-service/omnichannel-for-customer-service/the-remote-name-could-not-be-resolved-error-when-enabling-or-adding-a-user.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: The Remote Name Could Not Be Resolved Error When Enabling Or Adding a user
3-
description: Solves the The remote name could not be resolved error when enabling or adding a user in Microsoft Dynamics 365 Contact Center.
3+
description: Solves the "The remote name could not be resolved" error when enabling or adding a user in Microsoft Dynamics 365 Contact Center.
44
author: Yerragovula
55
ms.author: srreddy
66
ai-usage: ai-assisted
@@ -20,32 +20,32 @@ When you try to enable or add a user, you receive the following error message:
2020
2121
## Cause
2222

23-
This issue can occur due to an out-of-the-box plugin associated with Omnichannel, that can affect the user synchronization process.
23+
This issue can occur due to an out-of-the-box plugin associated with Omnichannel that can affect the user synchronization process.
2424

2525
## Resolution
2626

27-
Follow these steps to resolve the issue:
27+
To resolve the issue, follow these steps:
2828

2929
1. Open the Customer Service admin center.
3030

3131
2. Open the browser console using the shortcut <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>I</kbd>.
3232

33-
3. Run the following command in the console to check the current app setting:
33+
3. Check the current app setting by running the following command in the console:
3434

3535
`Xrm.Utility.getGlobalContext().getCurrentAppSetting("msdyn_IsCCaaSOrURProvisioned");`
3636

3737
If the returned value is `true`, proceed to the next step.
3838

39-
4. Run the following command in the console to update the setting to `false`:
39+
4. Update the setting to `false` by running the following command in the console:
4040

4141
`Xrm.Utility.getGlobalContext().saveSettingValue('msdyn_IsCCaaSOrURProvisioned', false);`
4242

4343
5. Wait approximately 15 minutes for the setting to update.
4444

4545
6. Refresh the browser page or sign out and sign back in to the Customer Service admin center.
4646

47-
7. Re-run the initial command to confirm the returned value is now `false`:
47+
7. Rerun the initial command to confirm the returned value is now `false`:
4848

4949
`Xrm.Utility.getGlobalContext().getCurrentAppSetting("msdyn_IsCCaaSOrURProvisioned");`
5050

51-
8. Once the setting is confirmed to be updated, attempt to enable or add the user again.
51+
8. Once the setting update is confirmed, attempt to enable or add the user again.

0 commit comments

Comments
 (0)