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.

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

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:

UserId: If the workflow was executed on demand, this will be the ID of the user who executed the workflow. If the workflow was executed due to a message executing, then it will be the ID of the workflow owner.

link|improve this answer
Thanks a lot for this info. – Piyush Feb 11 at 5:34
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.