function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
dlampdlamp 

Order multi-select selected values

I need to allow users to indicate their preference for items in a multi-select list.  Say there are 10 options, and the user chooses 3.  ideally they could order the 3 selected ones to indicated that the first one is their first preference, the second one is their second preference, and the third one is their third preference. 

 

It seems there's no way to do this in the standard multi-select picklist type (unfortunate).  However, this pattern is common throughout the SFDC Sales application (e.g., selecting and ordering the fields for a View List). 

 

What might be good ways to implement a View List-like select/order UX?

gautam_singhgautam_singh


Hi ,


Your can easily accomplish that with the help of Custom multi-select picklist.  

Click Here for COde and Other Details

Important :

Hit Kudos if you have some useful thoughts for this comment and If this Ends the search for your question , mark this as a Solution