Package v20.15 - 12 February 2026
On this page
This release delivers a comprehensive Media Manager within the StoreConnect Console, providing a dedicated interface for organising, viewing, and managing media files directly in Salesforce. POS Layout Filters have been extended with new Number Range and Date Range filter types, and a Hidden field allows filters to be applied silently without appearing in the UI. Outlets now support a Pricebook lookup field. The POS Layout record page has been updated to surface Action Item fields and remove the legacy Filters field.
Enhancements
Media Manager in the StoreConnect Console A full-featured Media Manager has been introduced inside the StoreConnect Console. Key capabilities include:
- Browse and filter — view media in grid or list mode, search by name, filter by tags, and navigate a folder hierarchy in the sidebar
- Folder management — create, rename, move, and delete folders to organise media; circular folder relationships are prevented automatically
- Upload and edit — upload new media files (including Cloudinary integration), edit media metadata, replace existing files, and change the folder a media item belongs to
- Preview — preview images (with zoom and pan), PDFs, documents, and embedded videos (YouTube/Vimeo) directly in the console without leaving Salesforce
- Favorites — mark frequently used media as favorites for quick access
- Recently deleted — soft-deleted items appear in a recently deleted view before permanent removal
- Tag filtering — assign and filter media by topics/tags using the new Tag Picker component
- Sorting — sort media by name, date, or other fields in ascending or descending order
- Dimensions — media height and width fields are now captured and displayed on media records
- Permissions — all folder and media operations respect Salesforce object and field-level permissions
Note: The MediaUploadDialog component (and related legacy upload components) have been deprecated as of this release. Use the new “Add Media” action instead.
Learn more about getting started with the new media manager.
POS Layout Filters: Number Range and Date Range Types Two new filter types have been added to POS Layout Filters:
- Number Range — allows filtering records by a numeric range
- Date Range — allows filtering records by a date range
These types join the existing Text and Select filter types, providing more granular control over POS view filtering.
POS Layout Filters: Hidden Field
A new Hidden boolean field has been added to the POS Layout Filter record. When enabled, this allows a filter to be applied to a POS view silently without the filter control appearing in the user interface. Note: the existing “Hidden” filter type has been renamed to “Hidden (Legacy)” to distinguish it from this new field.
POS Layout: Action Items and Identifier on Record Page The POS Layout record page has been updated to include:
- An Identifier field for referencing layouts programmatically
- An Actions section displaying the Record Action Item, Primary Action Item, and Secondary Action Item lookup fields
Outlet: Pricebook Lookup Field
A new Pricebook_Id__c lookup field has been added to the Outlet object. This allows a specific pricebook to be assigned to an outlet, enabling outlet-level pricing configuration. The field is available to administrators and the Sync permission set.
Deprecated Fields
MediaUploadDialog component deprecated
The MediaUploadDialog Lightning Web Component (and its associated controller) has been deprecated as of version 20.15. Use the new “Add Media” action available in the StoreConnect Console Media Manager. Any custom implementations using MediaUploadDialog directly should be updated.
POS Layout: Legacy Filters field removed from record page
The legacy Filters field has been removed from the POS Layout record page. Filters are now managed exclusively through the POS Layout Filters related object. If you were referencing the legacy field on the layout, move to using the Filters related list instead.
POS Layout Filter: “Hidden” type renamed to “Hidden (Legacy)”
The existing “Hidden” picklist value on Pos_Layout_Filter__c.Type__c has been renamed to “Hidden (Legacy)”. If you have records with the “Hidden” type, they will continue to work but should be reviewed against the new Hidden field-based approach.
Fixed Bugs
No user-facing bug fixes in this release.