You need to sign in to do that
Don't have an account?

have User object and Location custom object. While i am creating user details i have to select location details and one user may work for more than one location. standard obj should not be a child right. but how can i achieve
Hi All it is some what urgent plz
I have User object and Location custom object.
While i am creating user details i have to select location details and one user may work for more than one location. standard obj should not be a child right. but how can i achieve
USER Details:Standard object
Name:
Email:
phone:
Address:
Company: etc
Location: it is Lookup to Location object
click here -----> it is hyper link to add more locations
I have User object and Location custom object.
While i am creating user details i have to select location details and one user may work for more than one location. standard obj should not be a child right. but how can i achieve
USER Details:Standard object
Name:
Email:
phone:
Address:
Company: etc
Location: it is Lookup to Location object
click here -----> it is hyper link to add more locations
You are looking for a junction object because you are in a many-to-many relationship
https://help.salesforce.com/HTViewHelpDoc?id=relationships_manytomany.htm&language=en_US
Basically another object that has two lookups / master details - for User and for Location
Means can i create junction object