10,727
edits
Line 1,374: | Line 1,374: | ||
* Question: https://www.resco.net/javascript-bridge-reference/#MobileCRM_UI_QuestionnaireForm_Question | * Question: https://www.resco.net/javascript-bridge-reference/#MobileCRM_UI_QuestionnaireForm_Question | ||
Methods can be found in the section with '''Functions'''. | Methods can be found in the section with '''Functions'''. We explain the basic handlers like onSave, onChange, and requestObject (i.e. onLoad). | ||
==== | ==== Access questionnaire data, set properties ==== | ||
The first example demonstrates how to access the data on the questionnaire form and set the property of groups and questions. | |||
<syntaxhighlight lang='js'> | <syntaxhighlight lang='js'> |