I want to get the UserID of the current user from whom the Workflow was executed in Dynamics CRM 4.
I did it using the
IWorkflowContext.UserID
but it gets the ID of the Workflow Owner.
|
I want to get the UserID of the current user from whom the Workflow was executed in Dynamics CRM 4. I did it using the
but it gets the ID of the Workflow Owner.
| |||
|
feedback
|
|
There is no way to retrieve this information unless a user explicitly ran the workflow "on demand." If the workflow was triggered via a crm action (such as create of a record) it will run under the context of the workflow owner. See this blog post from a member of the crm support team:
| |||
|
feedback
|