You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: support/power-platform/dataverse/email-exchange-synchronization/sssadminprod.md
+26-1Lines changed: 26 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ These are the key differences you can expect:
24
24
25
25
Below are a few sample scenarios to demonstrate what is changing and what is not. This is not a comprehensive list of scenarios.
26
26
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
28
28
29
29
|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|
30
30
|-|-|-|-|-|-|-|-|
@@ -66,3 +66,28 @@ Below are a few sample scenarios to demonstrate what is changing and what is not
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