MobileCRM.UI.QuestionnaireForm.Group - Resconet/JSBridge GitHub Wiki

MobileCRM.UI.QuestionnaireForm.Group Object

Properties

Property Type Description
id String Gets the id of this question group.
name String Gets the name of the question group.
index Number Gets the index of the question group.
label String Gets the question group label.
description String Get the question group description.
templateGroup String Gets the id of parent group from questionnaire template.
repeatIndex Number Index of this instance of repeatable group. Zero for non-repeatable groups.
repeatEnabled Boolean Indicates whether the group is repeatable.
isVisible Boolean Gets or sets whether the group is visible.
isEnabled Boolean Gets or sets whether the group is enabled.
isExpanded Boolean Gets or sets whether the group is expanded (true) or collapsed (false).

Methods

Method Description
deleteGroup Deletes this instance of repeatable group with all its questions and adjusts the repeatIndex for all instances of the same template group with higher index.
repeatGroup Duplicates repeatable group with all its questions. The name of the group will contain the lowest available repeatIndex and suffix in form #00X.