Skip to content

Commit 55793ef

Browse files
authored
Add FAQ section
Updated scenario descriptions and added resolution and FAQ sections regarding the server-side sync identity transition.
1 parent 88bc88d commit 55793ef

1 file changed

Lines changed: 26 additions & 1 deletion

File tree

  • support/power-platform/dataverse/email-exchange-synchronization

support/power-platform/dataverse/email-exchange-synchronization/sssadminprod.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ These are the key differences you can expect:
2424

2525
Below are a few sample scenarios to demonstrate what is changing and what is not. This is not a comprehensive list of scenarios.
2626

27-
### Scenario 1: an email in 'Pending Send' state is picked up by server-side sync, sent out, and moved to 'Sent' state. A synchronous workflow runs on email update to create a contact using the calling identity
27+
### Scenario 1: an email in 'Pending Send' state is picked up by server-side sync, sent out, and moved to 'Sent' state through a 'SetState' operation. A synchronous workflow runs on email update to create a contact using the calling identity
2828

2929
|Scenario|Email Modified By|Email Modified By (delegate)|Email audit log identity|Contact owner|Contact Created By|Contact Created By (delegate)|Contact audit log identity|
3030
|-|-|-|-|-|-|-|-|
@@ -66,3 +66,28 @@ Below are a few sample scenarios to demonstrate what is changing and what is not
6666
|Before|SYSTEM|**Empty**|SYSTEM|**Empty**|**SYSTEM**|SYSTEM|SYSTEM|Empty|SYSTEM|
6767
|After|SYSTEM|**'# SSSAdminProd'**|SYSTEM|**'# SSSAdminProd'**|**'# SSSAdminProd'**|SYSTEM|SYSTEM|Empty|SYSTEM|
6868

69+
## Resolution
70+
71+
No action should be required, server-side sync would continue functioning as normal after the transition.
72+
73+
## FAQ
74+
75+
### 1. When will this transition take place?
76+
77+
This is currently planned to happen somewhere between November 2025 and March 2026.
78+
79+
### 2. Can I opt out of it?
80+
81+
There is no way to opt out of this change, but you should contact support if anything breaks after transition.
82+
83+
### 3. Moving forward, can we build dependencies (in the form of customizations, processes, etc.) around the fact that server-side sync operations are performed by '# SSSAdminProd'?
84+
85+
No. Much like the identity is changing now, it is also subject to changing again in the future, so any such dependencies could break.
86+
87+
### 4. We have built dependencies or processes around the identities that show up in the audit log or the delegate auditing fields when operations are performed by server-side sync. What should we do?
88+
89+
As these identities can and will be changing, we we advise against building dependencies around observations and assumptions about how the system behaves at a particular point in time, and instead refer to publicly documented system behaviors.
90+
91+
### 5. We are not using server-side sync. Why is this user present? Can we disable it?
92+
93+
The user is present basically for all Dynamics environments, regardless of whether they are currently using server-side sync or not. We do not advise fiddling with this system user in any way, and its presence should not cause any trouble.

0 commit comments

Comments
 (0)