User Functions - Output Documents
Function Signature
Description
Example
USERNAME
()
Returns the name of the logged in user who renders the Output Document at runtime. The name is displayed as <Last Name> <First Name>.
Technician: {{$F.USERNAME()}} displays
the value Technician: Wilson Robert, when the logged in user's last name is Wilson and first name is Robert.
Was this helpful?