How to Calculate discount for opportunity in Salesforce based on percentage field? Table of Contents Introduction … How to Calculate discount for opportunity?Read more
Author: Vaibhav Kumar
How to Create a Task under Account?
When the Account is Created, create a Task Record under that Account and assign the Task to the Account Owner. Use the below information
Create an Task under Opportunity if AccountId is Null ?
Table of Contents Introduction to scenario → Apex Trigger Scenario 7 Develop an Apex Trigger so … Create an Task under Opportunity if AccountId is Null ?Read more
How to update Account Billing address in Shipping address , Only If Shipping address is Blank ?
Develop an Apex Trigger so that every time an account is created or updated, the Value of the Billing Address is to the Shipping Address.
Update Account Billing in Shipping address?
Apex Trigger Scenario → Apex Trigger 2 Develop an Apex Trigger so that every time when … Update Account Billing in Shipping address?Read more
Create an Apex Trigger to Update Industry Field?
Develop an Apex Trigger so that every time any account is inserted then set the value of the Industry field to Education. Also, check if the Description is blank then set the value for the description field to “Account Description is blank”
