Difference between revisions of "Qualification getLevelForUsers"
Nguyenduyan (talk | contribs) |
|||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | [[Category:Qualification_Functions]] | ||
{{HelpFiles}} | {{HelpFiles}} | ||
==== Qualification_getLevelForUsers ==== | ==== Qualification_getLevelForUsers ==== | ||
− | Get information about | + | Get information about level of users |
'''Syntax''' | '''Syntax''' | ||
Line 11: | Line 12: | ||
'''Return type''' | '''Return type''' | ||
− | An | + | An Dictionary, it is information about level of users |
=== Examples === | === Examples === |
Latest revision as of 03:45, 16 January 2018
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 Dictionary, 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}