10,853
edits
(→Questionnaire variables: new section) |
|||
Line 260: | Line 260: | ||
| Activity Entity.requiredattendees || AddParty || Configuration.systemuserid | | Activity Entity.requiredattendees || AddParty || Configuration.systemuserid | ||
|} | |} | ||
=== Questionnaire variables === | |||
; Questionnaire: Handles every action referencing questionnaire record, handles the properties of the Questionnaire, e.g. clearing and changing ownerid (ID of the user creating the questionnaire in app) | |||
; Group: Handles every action referencing question group record, handles the properties of the question group element. | |||
; Questions: Handles actions related questions of a particular group. | |||
; RootQuestions: If you use question groups in your questionnaire and have some questions that are outside of any group, this is used to reference them in the rules. | |||
; QuestionGroups: If you use question groups in your questionnaire and have some questions that are in a different group, this is used to reference them in the rules. | |||
; Shared: Modify your shared variable. You have to declare a variable before you can modify it. | |||
; Caption: | |||
; Command: | |||
; ChangedItem: | |||
; IsLoaded: Used in very specific cases, when you need to handle the loading of groups/question reload based on some conditions | |||
; SourceGroup: | |||
; SourceQuestions: | |||
=== Operations === | === Operations === |