Loading
Visual Studio Code Based Modeler for Consumer Goods Cloud
Table of Contents
Select Filters

          No results
          No results
          Here are some search tips

          Check the spelling of your keywords.
          Use more general search terms.
          Select fewer filters to broaden your search.

          Search all of Salesforce Help
          GroupElement Control

          GroupElement Control

          The GroupElement element defines a container element that contains arbitrary UI control elements.

          Required Editions

          Available in: Enterprise, Performance, and Unlimited Editions

          The table lists the GroupElement control attributes.

          Attribute Description Data Type Required
          name Identification of this GroupElement Any String yes

          The GroupElement control contains the Bindings Resource sub-element. The Binding Resource sub element consists of binding elements that can be used in the GroupElement control.

          Attribute Description Value or Pattern
          target Describes the actual UI element. string [Title]
          type Defines how the resource is shown. string [Label]
          Id The Id is used to map the localized resource and the actual element in the UI. string
          defaultLabel One default value can be set, depending on the type, that is, defaultText, defaultLabel, and defaultImage. string

          Sample XML Code.

          <GroupElement name="GroupElementCtrl">
                       <Bindings>
                         <Resource target="Title" type="Label" id="labelId" defaultLabel="defaultLabel" />
                       </Bindings>
          </GroupElement>
           
          Loading
          Salesforce Help | Article