CurrentUserTeamNames
4 min
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 use this function to return a list of all the team names use the currentuserteamids docid\ byf7j6nebvyhmwl4mraj function to return a list of the team ids for all the teams use the currentuserteam docid\ jrqpxht3xl4fsr rkpuob function to return the name of the primary team syntax currentuserteamnames() enabled for for a description of the business object categories, see notes on "enabled for" docid\ u26v9fecfs6ilwa0 pvjd business object category yes/no business rules before save rules yes1 business rules calculation rules (after save, with or without also recalculate on load) yes1 business rules calculation rules (before save or always, without also recalculate on load) yes1 business rules calculation rules (before save or always, with recalculate on load) yes1 business rules editing rules yes1 business rules initialization rules yes1 business rules read only rules yes1 business rules required rules yes1 business rules validation rules yes2 client expressions yes object permissions yes services yes ldap yes mobile yes quick actions (except ui quick actions) yes1 ui quick actions yes reports yes1 search/dashboard without field references yes1 search/dashboard with field references yes1 except in services except in services and when this field appears on a form or is triggered by such a field 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 currentuserteamnames() example
