Trigger : Not allow to add Guest if Meeting Status is ‘Completed’.
Scenario: We have two custom object Meeting, Guest on Meeting we have field Status (Scheduled, In-Progress, Completed). On Guest we have […]
Scenario: We have two custom object Meeting, Guest on Meeting we have field Status (Scheduled, In-Progress, Completed). On Guest we have […]
Scenario: Write trigger syntax to find all Account related Contacts when an Account is Updated. AccountTrigger trigger AccountTrigger on Account
Scenario: When Opportunity get Closed Won send Email to Opportunity Owner. OpportunityTrigger trigger OpportunityTrigger on Opportunity (after update) { OpportunityTriggerHandler
Code Snippet to Insert Bulk Accounts, add 5 Contacts to Each Account, and 2 Opportunity for each Contact Execute the
Code Snippet to Bulk Insert Accounts and 5 Contacts to Each Account. Execute the below script in developer console. It