Difference between revisions of "SetQASUserId"

From Catglobe Wiki
Jump to: navigation, search
(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...")
 
Line 1: Line 1:
 +
 
[[Category:Questionnaire_Functions]]
 
[[Category:Questionnaire_Functions]]
= setQASUserId =
+
=setQASUserId =
 +
 
 
Sets the user id and hence changes the user context for the current questionnaire answer sheet context  
 
Sets the user id and hence changes the user context for the current questionnaire answer sheet context  
== Syntax ==
+
 
 +
'''Syntax '''
  
 
setQASUserId(newUserRId);
 
setQASUserId(newUserRId);
  
== Arguments ==
+
'''Arguments'''
  
 
number newUserRId: this is new user RId of the QAS
 
number newUserRId: this is new user RId of the QAS
  
== Return type ==
+
'''Return type'''
 +
 
 
Empty
 
Empty
  
== Example ==
+
'''Example '''
  
 
<source lang="javascript">
 
<source lang="javascript">

Revision as of 08:43, 4 March 2022

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);