In Salesforce we can easily create new records into objects by using the Create New drop-down list on the sidebar of any page in Salesforce. also we can create...
In Salesforce you can automate the update of many field records using workflow rules. We will create two workflow rules: Workflow rule checks the Event booked checkbox and sets the Lead...
Introduction to Validation Rules Validation rules verify that data entered by users in records meet the standards you specify before they can save it. A validation rule can contain...
Introduction Process Builder is a workflow tool that helps automate business processes without writing a single line of code. For example, imagine that a company you do business with...
In salesforce we can create time based workflow.To setup a delay in the workflow action, click the “Add Time Trigger” button in Workflow. The next screen asks you to...
To create flow in salesforce, From Setup, enter Flows in the Quick Find box, then select Flows, and then click New Flow. Drag the appropriate elements onto the canvas. Each element represents an action that the flow can execute....
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...