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
Sylvain@RibbonFishSylvain@RibbonFish 

Links Products to a custom object

Hi everyone,

I would like to know if there is a way to implement this situation on salesforce:

CustomObjectA=>productA,ProductB

CustomObjectB=>productB,ProductE

CustomObjectC=>productA,ProductE

 

For now I used lookup relationship but a product can be attached to only one customObject...

How I can attached the same product to different CustomObject?

Thanks

Sylvain

Best Answer chosen by Admin (Salesforce Developers) 
Sylvain@RibbonFishSylvain@RibbonFish

OK sorry for the miss understanding, CustomObjectA CustomObjectB and C are same instance of my customObject :)

All Answers

souvik9086souvik9086

Do you created lookup relationship of product in all the custom objects?

If you create lookup field in all the custom objects then in that custom object you can attch the product.

 

If this post is helpful please throw Kudos.If this post solves your problem kindly mark it as solution.

Thanks

Sylvain@RibbonFishSylvain@RibbonFish

OK sorry for the miss understanding, CustomObjectA CustomObjectB and C are same instance of my customObject :)

This was selected as the best answer
Sylvain@RibbonFishSylvain@RibbonFish
Find my solution THanks for help after digging for the last 2 days