SharinPix Search Display
Overview
The SharinPix Search Display Lightning Web Component (LWC) provides a visual interface for searching and selecting images stored in SharinPix albums linked to Salesforce records. It is designed to be easily embedded in wrapper components or Salesforce Flows, offering flexibility and configuration options.
Information:
This feature is only available on Lightning. It can be used:
In Flows (but not in Field Service Mobile Flow)
In your own Lightning Component development
In third third-party app Lightning Avonni Dynamic Components
Getting Started
Below is a sample flow that is designed to show all images from all accounts in the Salesforce org.
Configuring the Search Display component is fairly simple. You just need to pass the list of record IDs you built earlier in the component metadata using the flow builder.
Lightning Component Parameters
- recordIds - a list of Salesforce record Ids representing either an album record or SharinPix Image records Id
- permissionId - Name or Id of the SharinPix Permission of type Search
- height - Height in pixels of the component. Default is 500
- selectedImageIds - If images are selected, it will store the image public id (of type uuid)
0 Comments
Add your comment