what is correlation id property in MS CRM???
*This post is locked for comments
I have the same question (0)Hi,
msdn.microsoft.com/.../microsoft.xrm.sdk.iexecutioncontext.correlationid.aspx
If you have a "chain" of events, each triggering a new workflow/plugin, you will have the same correlationid in all of them.
For example:
- If you have a plugin on the update of the contact entity
- And a plugin on the update of account entity
Let's say your contact plugin will update a field in the parent account record
This means that account plugin will kick in
However, both contexts will have the same correlationid