-
Notifications
You must be signed in to change notification settings - Fork 24
MobileCRM.UI.QuestionnaireForm.repeatGroup
rescocrm edited this page May 15, 2023
·
3 revisions
Duplicates repeatable group with all its questions. The name of the group will contain the lowest available repeatIndex and suffix in form #00X.
| Argument | Type | Description |
|---|---|---|
| id | String | Id of the source group. |
| copyValues | Boolean | Optional paramater 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. |