MobileCRM.UI.QuestionnaireForm.getQuestionnaireEntity - Resconet/JSBridge GitHub Wiki
Requests the Questionnaire entity.
Arguments
Argument | Type | Description |
---|---|---|
callback | function(entity) | The callback function that is called asynchronously with a DynamicEntity object representing currently opened questionnaire. 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. |