Returns the record that represents the User Account of the current user.
Function
currentuser()
Arguments
Argument | Data Type |
result | record |
---|
Comments
Returns the record that represents the User Account of the current user.
If a workflow runs is triggered by a change made by a user, then the currentuser function will return that user record, unless the workflow is configured to run as the workflow owner, in which case the currentuser function will return the user who owns the workflow.
Examples
currentuser().[Account Holder]