Page tree
Skip to end of metadata
Go to start of metadata

Function: CurrentUser

The Current User function evaluates to the Unique ID of the current user and can be used to write queries where the results are restricted to the current user, this is particularly useful for shared queries.

Syntax

CurentUser()

Example

EntityType = Incident AND AssignedTo = CurrentUser()

See Also

  • No labels