Loading
Upcoming Mandatory Changes to Public Key Infrastructure (PKI)Read More
Salesforce Enforces New Security Requirements in Summer 2026Read 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
          Cards URL Syntax (Managed Package)

          Cards URL Syntax (Managed Package)

          For the managed package runtime, the Vlocity Cards framework uses a generic Visualforce page to show layouts. This page requires at least one parameter pair to load a specific layout. For example:

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

          /apex/consolecards?layout=MyLayout&layoutId=3141592653589793

          • layout—Represents the name of an active layout.

          • layoutId—for testing purposes, the layout ID is passed so you can view the layout regardless of its version or status.

          By default, layout and layoutId get passed as URL parameters. For example:

          /apex/ConsoleCards?layout=Test&layoutId=0011500001ChJqa.

          You can add more parameters to the URL as necessary.

          Important
          Important

          If either layout or layoutId are not set, the framework loads the default Grid layout. Consequently, any other parameters passed to the page get stored in the {{params}} context variable to use on that page.

           
          Loading
          Salesforce Help | Article