Loading
Salesforce now sends email only from verified domains. Read More
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
          Creating a Zone in the Template Designer (Managed Package)

          Creating a Zone in the Template Designer (Managed Package)

          For the managed package runtime, organize cards into sections by creating zones in the Template Designer.

          Managed Package app icon This information is for Omnistudio for Managed Packages. For Omnistudio on standard runtime, see Omnistudio Help.

          1. In your org, click App Launcher, click Vlocity Templates, and click a version of a template to open the Template Designer.

            Clone a template that has zones, such as card-canvas-3x-zones-slds. Then update, remove, or add zones as needed.

          2. Click the Edit tab.
          3. In the Zones section, click Add Zone.
            image
          4. Enter a unique zone Name and descriptive zone Label, such as footer and Footer, respectively.
          5. Click Save.
          6. Click the HTML tab.
          7. To reference the zone by Zone Name in the HTML add data.zones['Zone Name'].cards to an ng-repeat directive, such as in card-canvas-3x-zones-slds:
            <!-- Name of zone here is "Body" -->        
            <div ng-repeat="card in data.zones['Body'].cards |orderBy:order|filter: searchFunc(card, searchTerm.value)" vloc-card ctrl="{{ctrl}}" ng-model="card" data="card" records="records" index="{{$index}}" session-id="{{sessionId}}"            class="slds-p-around--small slds-size--1-of-1 slds-medium-size--3-of-6 slds-large-size--4-of-12" use-existing-element-type>
            </div>                    
            
          8. Click Save.
           
          Loading
          Salesforce Help | Article