GetMaintenanceUser
Use this command to return the ID of the user who currently has maintenance on for the system.
You can use this command with the Set Variable command to retrieve the user ID and description to variables.
Copy
Example
Set VARIABLE userIDmtce = GETMAINTENANCEUSER()
Set VARIABLE userDesc = [[USER, DESCRIPTION, $userIDmtce$]]