LightningFlowComponents icon indicating copy to clipboard operation
LightningFlowComponents copied to clipboard

feat: Add picklist support to dual list box components

Open AndyHaas opened this issue 3 months ago • 3 comments

  • 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.

AndyHaas avatar Oct 02 '25 22:10 AndyHaas

Did I see online that there may still be issues with this change?

ericrsmith35 avatar Oct 03 '25 14:10 ericrsmith35

@ericrsmith35 yea, please hold off. I will post a update once ready for review.

AndyHaas avatar Oct 03 '25 14:10 AndyHaas

Nice stuff, Andy!

alexed1 avatar Oct 10 '25 16:10 alexed1