Hi,
How to see primary key value of User entity i.e. value stored in systemuserid? Is there a way to see this in advance find?
When going to columns, one don't see systemuserid listed.
Background of this problem is that we have a following error message, when starting a workflow.
The user with SystemUserId=xxxx-xxx-x-xxxx-xxxx in OrganizationContext=xxxx-x-xxx-xxxx-xxx is disabled
Now we want to see which user it is. In log we only see guid of SystemUserId. Is there an API method to get this info?
Thanks.