- Home
- Technical Library
- Boards
- Cookbook
- Code Share
- Blogs
- Partners
-
More
-
Services
- Training & Certification
- Support
-
Galleries
- Force.com Sites Gallery
- Chatter Challenge Entries
-
Other Web Sites
- Salesforce.com
- Database.com
- AppExchange
- CRM Community
-
Discussions
- Announcements
- General Development
- Schema Development
- New to Cloud Development
- Apex Code Development
- Visualforce Development
- Formulas & Validation Rules Discussion
- Security
- Mobile
- Force.com Sites
- Chatter Development
- Java Development
- .NET Development
- Perl, PHP, Python & Ruby Development
- Adobe Flash Builder for Force.com
- Desktop Integration
- REST API Integration
- Streaming API
- Visual Workflow
- Apple, Mac and OS X
- VB and Office Development
- Excel Connector
- AJAX Toolkit & S-controls
- Force.com Builder & Native Apps
- AppExchange Directory & Packaging
- Force.com Labs Projects
- Open Source
- Site.com
- Jobs Board - Administrators
- Jobs Board - Developers
- Force.com Discussion Boards
- :
- Developer Boards for Force.com and Database.com
- :
- General Development
- :
- Re: Junction object for two standard objects.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Junction object for two standard objects.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
10-27-2011 11:01 PM
i) Whether i can able to create junction object for opportunity and user objects?
ii) Is there a way to select two values in the lookup?
Kindly advice.
Re: Junction object for two standard objects.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
10-27-2011 11:58 PM
i) You cannot create a junction object for opp and usr objects because you cannot create a master-detail field on junction object to User object.
ii) No you cannot select 2 values in the lookup.
Re: Junction object for two standard objects.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
10-28-2011 02:33 AM
I agree with Srikanth, and it is not possible to create master detail relationship between any custom object and user. But you can create master detail relationship between Opportunity and any custom object. After that you can create a lookup relationship of user on custom object. Creating these relationship will also resolves your problem of having a many-to-many relationship between User and Opportunity.
If it not resolves your problem then let me know the precise requirement so I can suggest more accurately.
P.S : You can not select two values in lookup.
Thanks
Ankit Arora
Blog | Facebook | Blog Page
Certified Developer | Twitter
Latest Blog Posts : Integrating Google Maps in Salesforce AND Displaying Role Hierarchy on Visualforce Page - Tree View
Answers/Suggestions are my own.
If a reply to a post answers your question or resolves your problem, please mark it as the solution to the post so that others may benefit.

