Trigger Scenario: Avoid Creating Duplicate Fields
When user tries to insert Account with name which already used in another existing account ,User should be presented with Error. There are multiple approach to do same question: Let’s… Read more »
When user tries to insert Account with name which already used in another existing account ,User should be presented with Error. There are multiple approach to do same question: Let’s… Read more »
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 field value on the opportunity, also… Read more »
I have picklist field “Opp_Location__c” on opportunity object and text field “Location_Type__c” on Account object. I want to copy the picklist values from all opportunities related to the account and… Read more »
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 »
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 »
In this blog not only we wll write the trigger logic but will also try to understand the logic building by doing sudo code, the complete trigger flow, test classes… Read more »
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 »