Skip to content

MobileCRM.UI.QuestionnaireForm.trySetAnswer

rescocrm edited this page May 15, 2023 · 3 revisions

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.
Clone this wiki locally