MobileCRM.UI.QuestionnaireForm.Question.trySetAnswer - Resconet/JSBridge GitHub Wiki
Asynchronously sets the answer value for this question.
Arguments
Argument | Type | Description |
---|---|---|
answer | any | A value that has to be set as answer. It must correspond to the type of question (String/Number/Reference/Guid). |
errorCallback | function(errorMsg) | The errorCallback which is called in case of error. |
scope | Object | The scope for callbacks. |