Skip to content

Commit 401115b

Browse files
authored
improve Acrolinx score
1 parent a2a404c commit 401115b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

support/power-platform/dataverse/d365-app-outlook/troubleshoot-item-level-server-side-synchronization-issues.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.custom: sap:Dynamics 365 App for Outlook Add-In
77
---
88
# Troubleshoot item level Server-Side Synchronization issues with Microsoft Dynamics 365
99

10-
A new Server-Side Synchronization dashboard has been introduced that enables you to view item level failures for incoming email, outgoing email, and ACT (Appointments, Contacts, and Tasks) sync. This can help you troubleshoot issues such as why a specific email was not tracked automatically by Server-Side Synchronization.
10+
A new Server-Side Synchronization dashboard has been introduced that enables you to view item level failures for incoming email, outgoing email, and ACT (Appointments, Contacts, and Tasks) sync. This can help you troubleshoot issues such as why a specific email wasn't tracked automatically by Server-Side Synchronization.
1111

1212
_Applies to:_   Dynamics 365 App for Outlook
1313
_Original KB number:_   4468755
@@ -27,27 +27,27 @@ After following the required steps above to enable this feature, follow the step
2727
Example: **Sales** > **Dashboards or Service** > **Dashboards**
2828

2929
> [!IMPORTANT]
30-
> To view the failures for a mailbox, you need to be accessing the dashboard as the user who owns the mailbox. This means that if you are trying to troubleshoot why email was not automatically tracked for another user, that user would need to view the dashboard to see the details for their emails that failed to sync.
30+
> To view the failures for a mailbox, you need to be accessing the dashboard as the user who owns the mailbox. This means that if you're trying to troubleshoot why email wasn't automatically tracked for another user, that user would need to view the dashboard to see the details for their emails that failed to sync.
3131
3232
> [!NOTE]
33-
> As of the Service Update 22055 for Microsoft Dataverse 9.2.0 (version number: 9.2.22055.00116), users with the default System Administrator role can now review non-synchronized emails across all mailboxes. The **Item Subject** column now shows redacted ("***") for any emails processed outside of the user's mailbox context.
33+
> As of the Service Update 22055 for Microsoft Dataverse 9.2.0 (version number: 9.2.22055.00116), users with the default System Administrator role can now review nonsynchronized emails across all mailboxes. The **Item Subject** column now shows redacted ("***") for any emails processed outside of the user's mailbox context.
3434
3535
2. Locate and select the **Server-Side Synchronization Failures** dashboard from the dashboard list.
3636

3737
:::image type="content" source="media/troubleshoot-item-level-server-side-synchronization-issues/server-side-synchronization-failures-option.png" alt-text="Screenshot to select the Server-Side Synchronization Failures dashboard from the dashboard list.":::
3838

39-
3. If you locate a specific email or ACT item that did not sync as expected, you can view the reason in the **Sync Error** column. Selecting the link will direct you to a help article for that error if one exists.
39+
3. If you locate a specific email or ACT item that didn't sync as expected, you can view the reason in the **Sync Error** column. Selecting the link will direct you to a help article for that error if one exists.
4040

4141
:::image type="content" source="media/troubleshoot-item-level-server-side-synchronization-issues/reason-sync-error.png" alt-text="Screenshot to select the reason in the Sync Error column." lightbox="media/troubleshoot-item-level-server-side-synchronization-issues/reason-sync-error.png":::
4242

4343
## More information
4444

4545
- This data is stored in the ExchangeSyncIdMapping table that could potentially get large if this feature is enabled. That is why the ExchangeSyncIdMappingPersistenceTimeInDays setting was also introduced and has a default of three days.
4646
- ExchangeSyncIdMapping info is only visible to the owning user. That is why the owner of the mailbox needs to view the dashboard to see the details for their synchronization failures.
47-
- If synchronization for a mailbox is not working at all, see [Troubleshooting Server-Side Synchronization](https://support.microsoft.com/help/4345669).
47+
- If synchronization for a mailbox isn't working at all, see [Troubleshooting Server-Side Synchronization](https://support.microsoft.com/help/4345669).
4848

4949
## Known issues
5050

51-
This dashboard does not currently work when viewed using the new Unified Client interface. You will see the following error:
51+
This dashboard doesn't currently work when viewed using the new Unified Client interface. You'll see the following error:
5252

5353
> Components added to dashboard are not supported to be shown in this client

support/power-platform/dataverse/user-permissions/client-errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ This authorization error indicates that a privilege check passed, but the subseq
3838
3939
This SQL error occurs when a request violates a key constraint in the database. Make sure the records in your payload follow any existing key constraints. For example, a `CreateMultiple` request where one of the records in the payload uses a primary key value that is already used by an existing record will violate a key constraint and cause this error.
4040

41-
## Error: "Contact With Ids = \<guid> Do Not Exist"
41+
## Error: "Contact With IDs = \<guid> Do Not Exist"
4242

4343
> Error Code: -2147220969
4444

0 commit comments

Comments
 (0)