SetQASUserId

From Catglobe Wiki
Revision as of 08:39, 4 March 2022 by Administrator (talk | contribs) (Created page with "Category:Questionnaire_Functions = setQASUserId = Sets the user id and hence changes the user context for the current questionnaire answer sheet context == Syntax == set...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

setQASUserId

Sets the user id and hence changes the user context for the current questionnaire answer sheet context

Syntax

setQASUserId(newUserRId);

Arguments

number newUserRId: this is new user RId of the QAS

Return type

Empty

Example

setQASUserId(12345678);