10,853
edits
(→Questionnaire variables: new section) |
|||
Line 397: | Line 397: | ||
|} | |} | ||
; IsLoaded: IsLoaded property checks whether the form is fully loaded and visible on screen with all the values assigned. | ; IsLoaded: IsLoaded property checks whether the form or questionnaire is fully loaded and visible on the screen, with all the values assigned. For example, you can use it to differentiate between the initial loading of a form and manual user change. | ||
:{| class="wikitable" | :{| class="wikitable" | ||
| IsLoaded || Equals || True | | IsLoaded || Equals || True | ||
Line 403: | Line 403: | ||
; Relationship | ; Relationship | ||
* The relationship target, in case of questionnaires, gets the object from where you entered the questionnaire from in the user interface. For example, if you open a questionnaire from an Account form, the relation target is then the Account record. | |||
* The relationship source is the record from the form that you opened from questionnaire. However, opening forms of other records from a questionnaire is very rare. | |||
=== Operations === | === Operations === |