Skip to content

Commit b94ad59

Browse files
authored
Add a second sample scenario
1 parent a3f85aa commit b94ad59

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

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

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,15 @@ Below are a few sample scenarios to demonstrate what is changing and what is not
2626

2727
### 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
2828

29-
|Scenario|Email Modified By|Email Modified By (delegate)|Email audit log|Contact owner|Contact Created By|Contact Created By (delegate)|Contact audit log identity|
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|
3030
|-|-|-|-|-|-|-|-|
3131
|Before|SYSTEM|**Empty**|**SYSTEM**|SYSTEM|SYSTEM|**Empty**|SYSTEM|
3232
|After|SYSTEM|**'# SSSAdminProd'**|**'# SSSAdminProd'**|SYSTEM|SYSTEM|**'# SSSAdminProd'**|SYSTEM|
3333

34+
### Scenario 2: an email is automatically tracked into Dynamics, for which server-side sync uses the DeliverIncoming SDK message. A synchronous workflow runs on email create to create a contact using the calling identity
35+
36+
|Scenario|Email Created By|Email Created By (delegate)|Email Mofieid By|Email Modified By (delegate)|Email audit log identity|Contact owner|Contact Created By|Contact Created By (delegate)|Contact audit log identity|
37+
|-|-|-|-|-|-|-|-|-|-|
38+
|Before|SYSTEM|**SYSTEM**|SYSTEM|**SYSTEM**|**SYSTEM**|SYSTEM|SYSTEM|**Empty**|SYSTEM|
39+
|After|SYSTEM|**'# SSSAdminProd'**|SYSTEM|**'# SSSAdminProd'**|**'# SSSAdminProd'**|SYSTEM|SYSTEM|**'# SSSAdminProd'**|SYSTEM|
40+

0 commit comments

Comments
 (0)