Do not allow edit the Opportunity record if the record is created 7 days back from System.Today() | Do not allow a user to modify the Opportunity record if the Opportunity is created before 7 days from today

Hey guys, today in this post we are going to learn about How to Do not prevent allow edit the Opportunity record if the record is created 7 days back from System.Today().   Final Output →   Other related post that would you like to learn in Salesforce Apex trigger to create and count the … Read more →

Validation Rule on Lead to check Annual Revenue not be negative in Salesforce | Write a Validation Rule on Lead for check the Lead Annual Revenue should not be negative value in Salesforce | Annual revenue can not be negative

Annual revenue can not be negative -- w3web.net

Hey guys, today in this post we are going to learn how to write a Validation Rule on Lead to check Annual Revenue not be negative in Salesforce. When your actual revenue differs from your initial revenue schedule, you may need to increase or decrease your revenue schedule’s available balance, or transfer it to the … Read more →

Validation Rule on Lead to check Phone Field Mandatory if Lead Source is Other in Salesforce | Write a Validation Rule on Lead for the Phone Field is Mandatory before Lead Source Change to “Other” in Salesforce | Phone Field is Mandatory if Lead Source is Other

Phone Field is Mandatory if Lead Source is Other -- w3web.net

Hey guys, today in this post we are going to learn how to write a Validation Rule on Lead to check Phone Field Mandatory if Lead Source is Other in Salesforce. A validation rule can contain a formula or expression that evaluates the data in one or more fields and returns a value of “True” … Read more →