Create the Visualforce Page Follow these steps to create a Visualforce page in the Developer Console. Open the Developer Console under Your Name or the quick access menu (). The Developer...
In this Training, you create an EmailManager class that encapsulates the logic to send confirmation emails to the conference speakers. Step 1: Create the EmailManager class 1.Click and select Developer Console....
To read a record from Salesforce, you need to write a query. Salesforce provides the Salesforce Object Query Language, or SOQL in short, that you can use to read...
Writing Apex Triggers Apex triggers enable you to perform custom actions before or after events to records in Salesforce, such as insertions, updates, or deletions. Just like database systems...
Writing Test Class in Salesforce The Apex testing framework enables you to write and execute tests for your Apex classes and triggers on the Lightning Platform. Apex unit tests...
To define a custom component for use in a Visualforce page: In Salesforce from Setup, enter Components in the Quick Find box, then select Visualforce Components. Click New. In the Label text box, enter the text that...
In this training, you create and execute a batch class. Batch Apex Batch Apex is used to run large jobs (think thousands or millions of records!) that would exceed...
Welcome to Lightning Experience, the modern, beautiful user experience from Salesforce. Salesforce focused on reinventing the desktop environment to better support your business processes. The result is an intuitive,...