Skip to content

Commit 7553463

Browse files
committed
update
1 parent 834d041 commit 7553463

4 files changed

Lines changed: 17 additions & 17 deletions

File tree

support/sales-copilot/crm-permissions-and-configurations/connected-app-detail-sf-ss.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ When a disable request is received, the server attempts to delete deployed resou
3434

3535
## Resolution
3636

37-
To resolve this issue, try again. If the issue persists, gather the error details and contact Microsoft support.
37+
To resolve this issue, try again. If the issue persists, gather the error details and contact [Microsoft support](/microsoft-sales-copilot/get-support).
3838
## More information
3939

4040
If your issue is still unresolved, go to the [Copilot for Sales - Microsoft Community Hub](https://techcommunity.microsoft.com/t5/viva-sales/bd-p/VivaSales) to engage with our experts.

support/sales-copilot/crm-permissions-and-configurations/remove-connected-app-sf-ss.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,13 @@ When a disable request is received, the server attempts to delete deployed resou
3434

3535
## Resolution
3636

37-
To resolve this issue, perform the following actions:
37+
To resolve this issue, confirm that the connected app exists.
3838

39-
- **Check permissions**: Ensure that the user signed in to the Teams admin settings has the necessary permissions to modify all data and manage connected apps. If the current user lacks these permissions, either assign the required permissions or switch to a user who has them.
40-
- **Check connected app**: In Salesforce, go to **Setup** > **Apps** > **Connected Apps** > **Manage Connected Apps**. Confirm that the **Copilot for Sales Connected App** connected app exists.
39+
1. Sign in to Salesforce CRM as an administrator.
40+
41+
1. Go to **Setup** > **Apps** > **Connected Apps** > **Manage Connected Apps**. Confirm that the **Copilot for Sales Connected App** connected app exists.
42+
43+
If this issue persists, contact [Microsoft support](/microsoft-sales-copilot/get-support) for further assistance.
4144

4245
## More information
4346

support/sales-copilot/crm-permissions-and-configurations/remove-permission-set-sf-ss.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,16 @@ When a disable request is received, the server attempts to delete deployed resou
3434

3535
## Resolution
3636

37-
To resolve this issue, perform the following actions:
37+
To resolve this issue, confirm that the permission set exists.
3838

39-
- **Check permissions**: Ensure that the user signed in to the Teams admin settings has the necessary permissions to modify all data and manage permission sets. If the current user lacks these permissions, either assign the required permissions or switch to a user who has them.
40-
- **Check permission set**: Open the Salesforce Developer Console and run the following query to search for the permission set. Confirm that the **Copilot for Sales Permission Set** permission set exists.
39+
Open the Salesforce Developer Console and run the following query to search for the permission set. Confirm that the **Copilot for Sales Permission Set** permission set exists.
4140

4241
```sql
4342
SELECT Id, Name, Label, Description FROM PermissionSet WHERE Name = 'CopilotForSalesPermissionSet'
4443
```
4544

45+
If this issue persists, contact [Microsoft support](/microsoft-sales-copilot/get-support) for further assistance.
46+
4647
## More information
4748

4849
If your issue is still unresolved, go to the [Copilot for Sales - Microsoft Community Hub](https://techcommunity.microsoft.com/t5/viva-sales/bd-p/VivaSales) to engage with our experts.

support/sales-copilot/crm-permissions-and-configurations/remove-resource-sf-ss.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,7 @@ This article helps you troubleshoot an error that occurs when a resource can't b
2525

2626
## Symptoms
2727

28-
When you try to disable Salesforce with server-to-server flow, you may receive the following error message.
29-
30-
> Couldn't remove the permission set assignment due to an invalid reference key.
31-
32-
## Cause
33-
34-
When a disable request is received, the server attempts to delete deployed resources, such as the connected app and permission set. The error occurs when a resource either no longer exists or cannot be deleted due to dependencies from other components.
35-
36-
You may get the following errors:
28+
When you try to disable Salesforce with server-to-server flow, one of the following error messages is displayed.
3729

3830
- Couldn't remove the permission set assignment due to an invalid reference key.
3931
- Connection user ID not found or already removed.
@@ -43,9 +35,13 @@ You may get the following errors:
4335
- Couldn't find the permission set. It may have been deleted earlier.
4436
- Couldn't find the connection user. It may have been deleted earlier.
4537

38+
## Cause
39+
40+
When a disable request is received, the server attempts to delete deployed resources, such as the connected app and permission set. The error occurs when a resource either no longer exists or cannot be deleted due to dependencies from other components.
41+
4642
## Resolution
4743

48-
To resolve this issue, try disabling the connection again. If the issue persists, gather the error details and contact Microsoft support.
44+
To resolve this issue, try disabling the connection again. If the issue persists, gather the error details and contact [Microsoft support](/microsoft-sales-copilot/get-support).
4945

5046
## More information
5147

0 commit comments

Comments
 (0)