MobileCRM.UI.QuestionnaireForm.deleteGroup - Resconet/JSBridge GitHub Wiki
Deletes an instance of repeatable group with all its questions and adjusts the repeatIndex for all instances of the same template group with higher index.
Arguments
Argument | Type | Description |
---|---|---|
id | String | Id of the source group. |
errorCallback | function(errorMsg) | The errorCallback which is called in case of error. |
scope | Object | The scope for callbacks. |