-
Notifications
You must be signed in to change notification settings - Fork 24
MobileCRM.UI.QuestionnaireForm.repeatGroupAsync
rescocrm edited this page Feb 10, 2026
·
1 revision
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. |