Profiles define how users access objects and data, and what they can do within the application. When you create users, you assign a profile to each one. Create Profiles...
Sharing rules can be based on who owns the record or on the values of fields in the record. For example, use sharing rules to extend sharing access to...
Organization-wide sharing defaults set the baseline access for your records. You can set the defaults separately for different objects. From Setup, enter Sharing Settings in the Quick Find box, then select Sharing Settings. Click Edit in...
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...