Difference between revisions of "GetCurrentUserResourceId"
(Tag: visualeditor) |
|||
Line 8: | Line 8: | ||
If getCurrentUserResourceId run outsite qas context, will retun guid of login user | If getCurrentUserResourceId run outsite qas context, will retun guid of login user | ||
− | If getCurrentUserResourceId run in qas context, will return guid of | + | If getCurrentUserResourceId run in qas context, will return guid of which User depend on case of using, see detail [[Questionnaire links#Return values for CgScript functions|here]] |
'''Syntax''' | '''Syntax''' |
Latest revision as of 03:10, 6 September 2019
getCurrentUserResourceId
Returns the Guid of the current thread’s user.
If getCurrentUserResourceId run outsite qas context, will retun guid of login user
If getCurrentUserResourceId run in qas context, will return guid of which User depend on case of using, see detail here
Syntax
getCurrentUserResourceId()
Arguments
none
Return type
string
Examples
string guid = getCurrentUserResourceId();
//"5E652676-D1F2-49E0-A29A-8246F5A7F082"
Availability
Version 4.8