Skip to content

MobileCRM.UI.QuestionnaireForm.onAnswerChanged

rescocrm edited this page May 15, 2023 · 3 revisions

[v11.2] Binds or unbinds the handler for specific question change event on QuestionnaireForm.

Arguments

Argument Type Description
questionName String The name of desired question.
handler function(questionnaireForm) The handler function that has to be bound or unbound.
bind Boolean Determines whether to bind or unbind the handler.
scope Object The scope for handler calls.
Clone this wiki locally