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

Compare with Current View Page History

Version 1 Current »

Function: EnabledUsers

EnabledUsers returns a list of all users who are enabled. This is potentially slow if you have a lot of users. In such cases it may be faster to use NOT IN DisabledUsers().

Syntax

EnabledUsers()

Example

EntityType = ScriptAssignment AND AssignedTo IN EnabledUsers()

See Also

  • No labels