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

Requests the managed QuestionnaireForm object.

Method initiates an asynchronous request which either ends with calling the errorCallback or with calling the callback with Javascript version of QuestionnaireForm object. See MobileCRM.Bridge.requestObject for further details.

Arguments

Argument Type Description
callback function(questionnaireForm) The callback function that is called asynchronously with serialized QuestionnaireForm object as argument. Callback should return true to apply changed properties.
errorCallback function(errorMsg) The errorCallback which is called in case of error.
scope Object The scope for callbacks.
⚠️ **GitHub.com Fallback** ⚠️