addToGroup
Add qas user to group. This fuction required qas context
Syntax
addToGroup(number groupId);
Arguments
number groupId: this is Id of the group
Return type
Boolean. True if add sucessfull and False if not
Example
addToGroup(123456);
Add qas user to group. This fuction required qas context
addToGroup(number groupId);
number groupId: this is Id of the group
Boolean. True if add sucessfull and False if not
addToGroup(123456);