Overview
This article documents the configuration steps required to enable the Constellation Preview Panel for a Data Type that integrates an external data source.
In Pega Constellation, the Preview Panel (a slide-out detail panel) is automatically activated when a user interacts with a field linked to a Data Type - but only if that Data Type has a Default record lookup Data Page configured in its Settings. Without this configuration, no preview is shown.
Use case
This configuration is required when:
-
The Data Type is sourced from an external system (REST, SOAP, etc.)
-
The case UI displays references to this Data Type (e.g., dropdowns, autocomplete, reference fields)
-
A preview panel is expected when users select or interact with those fields
-
This applies only to Constellation UI. It is not applicable to traditional UI.
Step 1: Configure the Lookup Data Page
The Data Type must have a dedicated lookup Data Page that fetches records from the external system. Ensure the following are in place on the single page lookup Data page.
Critical Setting: Alternate Key Storage
On the Parameters tab,
Check the box: “Is this page used for alternate key storage?”
This flag must be enabled. It tells Pega that this Data Page can serve as a lookup source using an alternate key (the record ID parameter) rather than the default pzInsKey. The preview panel depends on this to resolve the correct record when rendering.
When this checkbox is checked, a Linked field column appears in the Parameters grid - this behaviour is expected. Map the field from your data type, which is the key here and will be passed to the external system to get the correct data.
Step 2: Configure the Data Type’s Default Data Source
Navigation Path
-
Open your Data Type
-
Click the Settings tab
-
Click Default data sources in the left sub-navigation
Default Data Sources Configuration
-
Under Default data sources, set the Default record lookup Data Page to None and click Save.
-
Once the record has been saved, now change the Default record lookup Data Page to the lookup Data Page configured in Step 1.
-
Once selected, a Parameters sub-section expands. Map each parameter to its source.
-
Click Save
This ensures the system refreshes the internal configuration for parameter mapping.
How This Enables the Preview Panel
Once the Default record lookup Data Page is set on the Data Type, Pega Constellation’s framework automatically:
-
Detects when a case or view contains a field referencing a record of this Data Type
-
Calls the lookup Data Page with the mapped parameters to fetch the external record
-
Renders the fetched data as a Preview Panel (slide-out panel) when the user interacts with that field - without navigating away from the current case
The alternate key storage flag (Step 1) is what makes the lookup work correctly: it allows the Data Page to be resolved using the record business key rather than requiring the internal Pega key.
Enjoyed this article?
See suggested articles from our Constellation 101 series and view all our Knowledge Shares from our User Experience Expert Circle.




