MobileCRM.UI.QuestionnaireForm.trySetAnswer - Resconet/JSBridge GitHub Wiki

Asynchronously sets the answer value for given question.

Arguments

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.