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
sagar077sagar077 

Write an apex trigger for update custom field Details_oF_Product__c (text area datatype) it will take value from Line Item Opportunity Related list Quotes. Want to perform (insert, update , delete) event. Write an apex trigger for update custom field Det

Write an apex trigger for update custom field Details_oF_Product__c (text area datatype) it will take value from Line Item Opportunity Related list Quotes. 
Want to perform (insert, update , delete) event.
Please help me I am new in the apex.
thanks..

Result on show on custom field Details_oF_Product__c (text area datatype)
----------------------------------------
----------------------------------------
Sr No : 1
Product Code : beds 
List Price :200
Quantity : 1 
----------------------------------------
---------------------------------------- 
Sr No : 2
Product Code : black
List Price : 400 
Quantity : 2
----------------------------------------
----------------------------------------
Sr No : 3
Product Code : bunk bed 
List Price : 500
Quantity : 1
----------------------------------------
--------------------------------------
ShirishaShirisha (Salesforce Developers) 
Hi Sagar,

Greetings!

Can you please check the below sample trigger code to update the fields:

https://salesforce.stackexchange.com/questions/23338/trigger-to-update-parent-object-value-with-child-value

Kindly let me know if it helps you and close your query by marking it as best answer so that it can help others in the future.

Warm Regards,
Shirisha Pathuri
sagar077sagar077
can you plz help me more in this task.