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
Jagadeesh AdaveniJagadeesh Adaveni 

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
Geoffrey J FlynnGeoffrey J Flynn
Hi,

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
Jagadeesh AdaveniJagadeesh Adaveni
Hi,
Means can i create junction object