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
          MultiSectionPage Pattern

          MultiSectionPage Pattern

          The MultiSectionPage pattern consists of two vertical sections with no dependencies between them. It dynamically displays or hides a second section with a multi-area. The MultiSectionPage pattern requires one or more sections.

          Required Editions

          Available in: Enterprise, Performance, and Unlimited Editions

          The table lists the MultiSectionPage pattern attributes.

          Attribute Description Data Type Required?
          pagePattern Application-wide unique identifier for the contract String Yes
          masterSectionFlex Display ratio of the master section. int Yes, required only if multiSectionFlex is defined.
          multiSectionFlex Display ratio of the multisection. int Yes, required only if multiSectionFlex is defined.

          Here’s an example snippet of the MultiSectionPage pattern.

          <UIDescription name="Example::MultiSectionPageUI" schemaVersion="0.0.0.5" xmlns="UISchema.xsd">
           <Page pagePattern="MultiSectionPage" navigation="Off" masterSectionFlex="0" multiSectionFlex="0">
            <Section sectionName="SingleAreaSection_1" sectionPattern="SingleAreaSection" flex="2" directlyVisible="true" />
            <Section sectionName="SingleAreaSection_2" sectionPattern="SingleAreaSection" flex="1" directlyVisible="true" />
           </Page>
          </UIDescription>
           
          Loading
          Salesforce Help | Article