header banner -- www.w3web.net

How to update parent record when child record is updated using apex trigger in Salesforce


We are going to learn about How to update the parent record field based on child record trigger in Salesforce custom object

How to access parent field from child in apex trigger

Here we are using two custom object, Parent object is (parentObjTrigger__c) and child object is (childObjTrigger__c), We are updating the checkbox value from child to parent object based on custom lookup field (childLookup__c). To know more details click on below link.

➡ Get Source Code Live Demo Link Click Here

Post a Comment

0 Comments