Update Parent field when Child record is Updated or Inserted in Salesforce | Trigger updating parent with child value when a field on the child is changed

Hey guys, today in this post we are going to learn about Write Apex Trigger to update parent with child value when a field on the child is changed in Salesforce.   Final Output →   Other related post that would you like to learn in Salesforce Apex trigger to create and count the number … Read more →

Don’t allow to change Amount, if Opportunity Old Amount not equal to New Amount in Salesforce | Apex Trigger to prevent change if field has specific value on Opportunity in Salesforce

Hey guys, today in this post we are going to learn about Write Apex Trigger to Don’t allow to change Amount, if Opportunity Old Amount not equal to New Amount in Salesforce   Final Output →   Other related post that would you like to learn in Salesforce Apex trigger to create and count the … Read more →