MobileCRM.UI.QuestionnaireForm.Group.repeatGroup - Resconet/JSBridge GitHub Wiki
Duplicates repeatable group with all its questions. The name of the group will contain the lowest available repeatIndex and suffix in form #00X.
Arguments
Argument | Type | Description |
---|---|---|
copyValues | Boolean | Optional parameter determining whether the group values should be copied to the new instance of this group. |
errorCallback | function(errorMsg) | The errorCallback which is called in case of error. |
scope | Object | The scope for callbacks. |