Creating a List Configurator Manually
Last updated
Was this helpful?
Last updated
Was this helpful?
In addition to creating a tab through the builder, you can add the list configurator anywhere using the Aura Component <SBLS:ListConfigurator />
.
configurationId
The record ID of the builder.
height
The height of the configurator (unit: px). The default value is 500px.
parentFieldApiName
When adding the configurator as a related list on a record page, specify the API name of the field that references the list configurator object from the record page object.
recordId
When adding the configurator as a related list on a record page, set this to the record ID of the record page object.
hideFilters
Hides the configured filters.
If your organization or profile has IP restrictions, you may not be able to use the builderโs tab creation feature. In such cases, you need to create a tab manually by writing an Aura Component.
When manually creating a tab with a component, set the height attribute to null.
This allows the list configurator to automatically adjust its height within the tab for optimal display.
If you want to embed a list configurator for Opportunity Products (OpportunityLineItem) on an Opportunity (Opportunity) record page, you can create an Aura Component as follows: