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
bcgbcg 

How could i select multiple vales from lookup

Hi all,

 

I'm new in Salesforce. I try to select multiple values, for example we select Users, from the lookup search button. It can only select one User in each field. If we want to get two Users in one field, how to use to lookup search? What and where should I make up configurations?

 

 

 

Thanks a lot.

cloudgofercloudgofer

you need to use junction object ,  which would act as detail object in  Master - Detail - Master relationship. 

Imran MohammedImran Mohammed

As much as i know, multiple values cannot be selected in a lookup field

cloudgofercloudgofer

@Imran - correct

 

only way to get many-to-many relationship captures is via master-detail-master relationship, in the event each object has a related list of another object.

bcgbcg

Thanks for reply,

 

 

I have done with same... problem solved.