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
Manu@devManu@dev 

Which of the following is NOT a step in creating a junction object

Hi all,

Can some one help me to answer this with reason ?


Which of the following is NOT a step in creating a junction object?
a. Creating the custom object to serve as the junction object between the two master objects
b. Creating two Master-Detail relationships
c. Customizing the related lists on the page layouts of the two master objects
d. Creating two lookup relationships

Thanks in advance,
Manu
Best Answer chosen by Manu@dev
Nilesh Jagtap (NJ)Nilesh Jagtap (NJ)
You can visit https://help.salesforce.com/HTViewHelpDoc?id=relationships_manytomany.htm&language=en_US (https://help.salesforce.com/HTViewHelpDoc?id=relationships_manytomany.htm&language=en_US) for descri0ption on steps to creaate many to many relationship using junction object

All Answers

Nilesh Jagtap (NJ)Nilesh Jagtap (NJ)
d
Manu@devManu@dev
Hi N.J,

Thanks for your answer but can you please support your answer with some reason ?

Thanks,
Manu
Nilesh Jagtap (NJ)Nilesh Jagtap (NJ)
You can visit https://help.salesforce.com/HTViewHelpDoc?id=relationships_manytomany.htm&language=en_US (https://help.salesforce.com/HTViewHelpDoc?id=relationships_manytomany.htm&language=en_US) for descri0ption on steps to creaate many to many relationship using junction object
This was selected as the best answer
Manu@devManu@dev
Many thanks for your answer,

One more small question. Now I created a junction object with two master detail relationship fields inside that. Now if any one master deleted then junction object entire record going to be deleted ? or The record will remain by just removing the field value.

R - Manu
Nilesh Jagtap (NJ)Nilesh Jagtap (NJ)
Junction object records are deleted when either associated master record is deleted and placed in the Recycle Bin. If both associated master records are deleted, the junction object record is deleted permanently and can't be restored.

Thanks,
N.J