Pull User ID of user who runs workbook?
Hello,
A business partner is looking for a way to input the user name of whoever runs the workbook. It's in a sandbox environment so it will have a user ID like 'fbard' instead of a service ID. In the past, I've used formulas such as 0-INT(GETDMPROP("das.job.execution.id")) which returns a value of something like -14325.
Is there a command that I could put in the "das.job.execution.id" place that would return a user ID?
-
The GETDMPROP appears to be a custom function, this is not a documented function that I can evaluate other subformulas for. If your team has any internal documentation about this function, you may be able to identify an equivalent property.
Generally available in the REST API in the product, but the REST API Job Commands do not include any outputs for the user that submitted the job.
Please sign in to leave a comment.
Comments
1 comment