You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Function: Me

The Me function is a "short-hand" version of the CurrentUser function, and 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

Me()

Example

EntityType = Incident AND AssignedTo = Me()

See Also

  • No labels