Apex Trigger Scenario: Based on Parent Object change field value in Child Object

This is a standard “aggregate-query-update” style trigger. First, we gather all accounts that have changed, Then we query for all contacts for those accounts and see if they matched the… Read more »

Apex Trigger Scenario: Based on Child Object change field value in Parent Object

  I have a custom field on the contact record called connect_america_account__c. When the value of this contact field is true, I would like the CB field value on the… Read more »

Future Method in Apex

In this article, we will discuss What is future method Why should we learn about future method Scenarios when future method has to be used Limitations of future method Synchronous… Read more »