Hi,
I'm trying to get the approving user out of a workflow. In the completed method of the Workflow event handler the curUserId() method is called in an attempt to get the user who approved the process. This value is then stored in a table for future reference. The issue is the user returned is not the user who set off the approval. I suspect the user context of the workflow event is separate from the user context of the front end. When I run this code as a job the user is returned correctly.
will curUserId() work within a workflow event handler?
Thanks
David
*This post is locked for comments