You are here:
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:
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.
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.

