Difference between revisions of "Qualification getLevelForUsers"
Line 3: | Line 3: | ||
==== Qualification_getLevelForUsers ==== | ==== Qualification_getLevelForUsers ==== | ||
− | Get information about | + | Get information about level of users |
'''Syntax''' | '''Syntax''' | ||
Line 11: | Line 11: | ||
'''Return type''' | '''Return type''' | ||
− | An array, it is information about | + | An array, it is information about level of users |
=== Examples === | === Examples === |
Revision as of 09:42, 14 October 2016
Qualification_getLevelForUsers
Get information about level of users
Syntax
Dictionary b = Qualification_getLevelForUsers(array list_rids, number qualification_id, number min_level, number max_level);
Return type
An array, it is information about level of users
Examples
array a = Qualification_getByName("B2B");
print(a);
Dictionary b = Qualification_getLevelForUsers({12649177},a[1],0,1000);
print(b);
//Result:
{37,4,B2B,1,4,True}
{"12649177": 4}