This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Get pseudo-user id from Workflow state

Former Member
Former Member
Hi,

I have been looking into how to get a pseudo-user ID from the workflow state.
For example The user who moved the object into the state "State name"

I have been trying to get it to work using the method UserOrUserGroupIDEx unsuccessfully.
https://www.m-files.com/api/documentation/latest/index.html#MFilesAPI~UserOrUserGroupIDEx.html

I have the notification email ready to send, I just need to get the user. Any suggestions?

Thanks,
Conny
Parents
  • Can you show what you've tried?

    Typically you would simply find the version that equates to the end-result of that workflow state transition (i.e. if the transition is A->B, you would find the version in the history of B), then simply read the ID of the user who last modified that version.

    Regards,

    Craig.
Reply
  • Can you show what you've tried?

    Typically you would simply find the version that equates to the end-result of that workflow state transition (i.e. if the transition is A->B, you would find the version in the history of B), then simply read the ID of the user who last modified that version.

    Regards,

    Craig.
Children
No Data