v 2.10
📦 Package Upgrade
https://login.salesforce.com/packaging/installPackage.apexp?p0=04tPf000000Vy7xIAC
🗓️ Release Date
2025. 06. 27.
📒 Summary
⚙️ Features
🔸 Child List Linking
A new child list linking feature has been added, allowing you to view related child records within a single list screen. If the object assigned to a list configurator has child objects that are related through a master-detail or lookup relationship, you can link the list configurator that is based on the child object as a child list.

🔸 Adding Small Builder Line Item Actions
You can now add the action button for SmallBuilder Line Items in the list. This feature can be used only in the Related List of the parent object.

🔸 Pinned Columns
You can use the pinned columns feature to efficiently view a large amount of horizontal data in a list. Even when scrolling, the specified columns remain fixed on the screen, allowing you to easily compare other column values without losing sight of important reference information, such as customer names or unique IDs.
🔧 Improvements
🔸 Increase Excel Data Limit
Previously, you could export up to 50,000 records, but in this version, you can export up to 200,000 records.
The UI/UX has been updated so that you can check the progress of the export process and exclude unnecessary columns.

🔸 Default Filter Values
Previously, you could set default filter values by passing parameters in the list URL, but this approach had limitations with certain filters. In this version, we provide the ability to pass filter values more flexibly and extensively through the Aura Component.
<aura:component>
<aura:handler name="init" value="{!this}" action="{!c.doInit}" />
<SBLS:ListConfigurator
configurationId="{builder record ID}"
parentFieldApiName="OpportunityId"
recordId="{!v.recordId}"
filters="{!v.filters}" />
</aura:component>
🔸 Migration Sorting
In the data export of the Migration tab, you can click a table header to sort the list by that column.

🔸 Settings Panel UI Update
The components of the settings panel have been organized to make them visually clearer.

Last updated
Was this helpful?