Resco JavaScript Bridge: Difference between revisions

Jump to navigation Jump to search
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).


==== Basic handlers (onSave, onChange, and requestObject, i.e. onLoad) ====
==== Access questionnaire data, set properties ====


This example demonstrates how to access the data on the questionnaire form and set the property of groups and questions.  
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'>

Navigation menu