Sandbox:Sandboxes are test environments that Salesforce provides as a “safe space” for testing and training or experimenting with different configurations, new apps, or significant changes to your setup. It enables you to create multiple copies of y…
Continue ReadingAll triggers define implicit variables that allow developers to access run-time context.
isBefore: Returns true if this trigger was fired before any record was saved.isAfter: Returns true if this trigger was fired after all records were saved.isInser…
Trigger:Helper class:
Continue ReadingThis triggers to send an email notification when the contact record is inserted/updated.Trigger Name: ContactTriggerHelper Class: ContactHelperClassEmail Template Name: Contact_GreetingsTrigger:
Helper Class:
Email Template:
1. What is Apex?
It is the technology of salesforce.com which is similar to Java programming with object-oriented concepts and to write our own custom logic.
2. What is a Visualforce Page?
Visualforce is the new markup language from salesfo…
Social Plugin