Print

GetManagers

This function returns specified user’s managers hierarchy as list of logins divided with semicolon.

Syntax

GetManagers("userLogin");

Function arguments

  • userLogin – (String) The login of the user for which managers are to be found.

Return value

This function returns String.
This function returns managers logins for specified user or current user’s login (same as CurrentUser() function) if there is no manager assigned to specified user.

Examples

Example 1:
This will find managers logins for currently logged in user and store return value in 'list’ variable.

list = GetManagers(CurrentUser());
Czy artykuł był pomocny?
0 na 5 gwiazdek
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
5
How can we improve this article?
How Can We Improve This Article?