You need to sign in to do that
Don't have an account?
bcg
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.
you need to use junction object , which would act as detail object in Master - Detail - Master relationship.
As much as i know, multiple values cannot be selected in a lookup field
@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.
Thanks for reply,
I have done with same... problem solved.