LightningFlowComponents
LightningFlowComponents copied to clipboard
feat: Add picklist support to dual list box components
-
Add picklist integration to fsc_dualListBoxCPE component
- New picklist properties (usePicklistValues, objectApiName, fieldApiName)
- New data source option for Salesforce picklist fields
- New event handlers for object and field selection
- New getter methods for picklist mode detection
- New renderedCallback method for flow combobox initialization
-
Add picklist integration to fsc_dualListBox3 component
- New API properties for picklist configuration
- New wire methods for object info and picklist values
- New tracked properties for picklist data management
- New updateOptionsFromPicklist method
- New event handlers for picklist property changes
-
Add HTML template updates for picklist configuration UI
- New picklist configuration section with object and field selectors
- Conditional rendering based on picklist mode
-
Update utility files and metadata as needed
This enhancement allows users to select Salesforce objects and multipicklist fields to dynamically populate dual list box options directly from Salesforce metadata.
Did I see online that there may still be issues with this change?
@ericrsmith35 yea, please hold off. I will post a update once ready for review.
Nice stuff, Andy!