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
Shivom Verma 34Shivom Verma 34 

How to map multiple quotes to multiple cases on opp

I created multiples quotes and multiple cases on opp on different stage 
based on number of devices

Ex Number of device = 2 
2 quotes are created on opp stage qualification 
2 child  cases on parent case  created when status of parent cases changed to working on stage closed won 

I want to map each quote to each child cases 
 
AnudeepAnudeep (Salesforce Developers) 
Hi Shivom, 

You can achieve this with a trigger on the quote. For sample code, see this post
Shivom Verma 34Shivom Verma 34
We have to write trigger on case(after insert) then we got the id of child cases of parent