Print

GetCON

This function returns first contributor user login or all logins separated by semicolon from current case’s contributors list.

Syntax

GetCON("getall");

Function arguments

  • getall – (Boolean) [Optional] if true then function returns all logins separated with semicolon, default false

Return value

This function returns String.
user login, logins separated by semicolon or an empty string if there are no contributors.

Examples

Example 1:
This will returns first user login from current case’s contributors list.

contributor = GetCON();

Example 2:
This will returns logins of all users from current case’s contributors list separated by semicolon.

contributor = GetCON(true);
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?