In the example code given by microsoft in followup plugin (link below)
https://msdn.microsoft.com/en-us/library/gg594416.aspx
there is a code line which tries to attach account as regardingobject to the task which will be created.
Guid regardingobjectid = new Guid(context.OutputParameters["id"].ToString());
Why is that Output parameters are used to get the ID of the initiating entity when you can
get it easily by entity.Id from Target.
Thanks.
*This post is locked for comments
I have the same question (0)