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
sarthak05sarthak05 

multi select picklist in lookup field

hi,

   I want to have a multiselect picklist in a lookup field. Is that possible? Whatever I have searched gave me the idea that it is possible. But don't know how. Can anyone please help me in this regard? I think this is a very common problem as faced by many.

Thanking you

regards

Sarthak

Best Answer chosen by Admin (Salesforce Developers) 
werewolfwerewolf

What you want to do in this case is create a many-to-many relationship, which you can do with a Custom Junction Object (look up the docs on that -- it's really just a custom object with 2 Master-Detail relationships).

 

This will not give you a multiselect lookup exactly, but it will give you a related list with many looked-up items.

All Answers

werewolfwerewolf

What you want to do in this case is create a many-to-many relationship, which you can do with a Custom Junction Object (look up the docs on that -- it's really just a custom object with 2 Master-Detail relationships).

 

This will not give you a multiselect lookup exactly, but it will give you a related list with many looked-up items.

This was selected as the best answer
sarthak05sarthak05

hi werewolf,

          Thanks a lot for the reply.It works :).

Thanking you

regards

Sarthak