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
TheReportDoctorTheReportDoctor 

Master-Detail replationship

I have three custom objects:  productProcesses, fulfillment, and fulfillmentDependencies.  I want to create a Master-Detail field in fulfillmentDependencies(Detail) that links to fulfillment (Master).  When I create the Master-Detail field the drop-down list of available objects shows productProcesses but not fulfillment.  How can I get fulfillment on the drop-down list of available Master-Detail relationships?
Greg HGreg H

This would happen when the "fulfillment" object is already the Detail in another Master-Detail relationship.
-greg