-
Notifications
You must be signed in to change notification settings - Fork 26
MobileCRM.UI.QuestionnaireForm.requestObject
Maros Kolibas edited this page Nov 29, 2019
·
3 revisions
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. |