CurrentUserTeamNames
Returns the full set of team names for the user associated with the current session, as defined under the Teams tab on the Employee Details form.
|
Syntax
CurrentUserTeamNames()
Enabled for
Search/Dashboard | Yes |
Business Rules | No |
Quick Actions | No |
Workflow Objects | No |
Reports | No |
Parameters
none |
Return Value
List of text items. Lists of text items are only valid in certain places that accept lists, such as the in list operator in saved searches.
Example
$(CurrentUserTeamNames())
The following example finds the active incidents assigned to the team (including the primary team and all other teams) for the user associated with the current session.