You need to sign in to do that
Don't have an account?
niki s 7
Write a trigger on Opportunity for bulk update
Write a trigger on Opportunity, when an Opportunity will be insert an Opportunity Line Item should be insert by default with any of the Product associated with Opportunity.
It should be able to handle bulk records
It should be able to handle bulk records
Try this code - You need to replace <requiredproductid> with the product Id that you want to associate with the OLI.
If you found this helpful,
Please mark it as the best answer.
Thank you