Multi Select field | Community
Skip to main content

Multi Select field

  • April 14, 2023
  • 3 replies
  • 0 views

Will multi-select fields be available in the future ?

3 replies

Ashwin11
  • April 17, 2023

It will be available in the future. We have been getting a lot of requests for multi-select fields here.. We do plan to work on it. Currently I dont have the timelines for that.


  • Author
  • April 17, 2023

Great to hear!


Ashwin11
  • May 1, 2023
In the native UI , we currently have the ability to create Many:Many relationships. You can however create a Junction object to build these relationships.  For example, An Order can include multiple Products .. And a Product can be associated with multiple orders. In such a scenario, you can create an Orderline object in the middle. The orderline object will have 2 Lookup field: one pointing to the Order and another pointing to the Product.. 
This is however not a visually pleasing experience for a native UI. We will explore the options of making this experience visually more intuitive