Go to Setup –> Build –> Create –> Workflows and Approval Process –> Workflow Rules. 2. Click “New Rule”. 3. Select Object and click “Next” button. 4. Enter Name,...
Step 1: Create New Visualforce Page. Page Name: NewProduct Apex Code: <apex:page standardController=”Customer__c” extensions=”NewProductController”> <apex:form > <apex:pageBlock > <apex:pageblockSection Title=”Customer” columns=”1″> <apex:outputField value=”{!customer.Name}”/> <apex:outputField value=”{!customer.Shipping_Address__c}”/> </apex:pageblockSection> <apex:pageBlockSection Title=”Product” columns=”1″...
In Account we have two fields called Field X and Field Y . We just want to check the below criteria and need to show the appropriate results. The criteria is:...
Today, We are have created the post for explaining the below three topics. How to add custom error message in Apex Trigger How to query the related contact and checking ...
Scenario : “ Account should has at least one opportunity otherwise, prevent to change the account type ” Step 1: Create the field in Account object. Step 2: Choose...
In the context of Salesforce.com, the term round robin frequently comes into play when assigning Lead or Case records to users. For example, you might have five sales reps...
If you are looking the solution for below questions, please read this post and it will helps you. How to Find the Merged Account in Salesforce? How to email...
If you need help resolving a problem, you can grant login access to your account to a Salesforce administrator or a support representative. By default, your company’s administrators can...
Validation Rule is some criteria which is defined to validate the data entered by user while creating or manipulating the records. This event fire right after clicking the Save button. It can contain...
Salesforce provides a way to create a custom Pick list on any Object or modify any existing Pick list values. But such type of Pick list is limited for...
The below information is used to customize the salesforce logo. Step 1: Go to Setup home. Step 2: Go to Apps > App Manager. Step 3: Select the App which...
The Lightning Component framework uses Content Security Policy (CSP), which is a W3C standard, to control the source of content that can be loaded on a page. To use third-party...