Skip to content

MobileCRM.UI.QuestionnaireForm.Question.trySetAnswer

rescocrm edited this page May 15, 2023 · 1 revision

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