-
Notifications
You must be signed in to change notification settings - Fork 24
MobileCRM.UI.QuestionnaireForm.trySetAnswer
rescocrm edited this page May 15, 2023
·
3 revisions
Asynchronously sets the answer value for given question.
| Argument | Type | Description |
|---|---|---|
| questionName | String | A name of the question. |
| answer | any | A value that has to be set as answer. It must correspond to the type of question. |
| errorCallback | function(errorMsg) | The errorCallback which is called in case of error. |
| scope | Object | The scope for callbacks. |