Difference between revisions of "SetQASUserId"

From Catglobe Wiki
Jump to: navigation, search
(setQASUserId)
Line 5: Line 5:
 
'''Syntax '''
 
'''Syntax '''
  
setQASUserId(newUserRId);
+
setQASUserId(number 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'''

Revision as of 09:34, 4 March 2022

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

Syntax

setQASUserId(number newUserRId)

Arguments

number newUserRId: this is new user RId of the QAS

Return type

Empty

Example

setQASUserId(12345678);