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
imAkashGargimAkashGarg 

junction object between contact and product

i am not able to make a junction object between contact and product. because there is no option to create MD on product object.

please suggest an alternative approach, if this is not possible.

 

thanks.

Best Answer chosen by Admin (Salesforce Developers) 
Dhaval PanchalDhaval Panchal
You can create lookup relationship with product and MD relationship with contact in your junction object. And pragmatically you can create product lookup as mandatory.

All Answers

Dhaval PanchalDhaval Panchal
You can create lookup relationship with product and MD relationship with contact in your junction object. And pragmatically you can create product lookup as mandatory.
This was selected as the best answer
imAkashGargimAkashGarg

great!

Thanks.