CurrentUserRecId
Returns the RecID (unique record identifier) for the user associated with the current session. Use this function to access other properties for a user if you already know the RecID of the user.
Syntax
CurrentUserRecID()
Enabled for
Search/Dashboard | Yes |
Business Rules | Yes |
Quick Actions | Yes |
Workflow Objects | Yes |
Reports | No |
Parameters
none |
Return Value
Text value.
Examples
$(CurrentUserRecID())
In one example, the above function returns FB884D18F7B746A0992880F2DFFE749C.
The above is an example of using this function in a quick action.