-
How to make checkbox field mandatory when ever the status changes.?
i have written sample validation rule
IF(AND(
ISPICKVAL(Status,"Open"), ISPICKVAL(PRIORVALUE(Status),"Closed"),
(Flag__c = True)))How to make checkbox field mandatory when ever the status changes.?
Log In to reply.
Popular Salesforce Blogs
What is Pardot API in Salesforce?
Pardot is a powerful marketing automation tool that is used by businesses of all sizes to drive growth and achieve their marketing goals. Pardot provides…
Send .csv File to Another Org in Salesforce
In this blog, we will see how to send the CSV to another org Using Salesforce Integration. First, you need to upload a CSV file,…
What is the Future of Salesforce After COVID-19?
As more and more people get their COVID-19 jabs, Salesforce is gearing towards the future of office work with technology facilitating hybrid work and the…
Popular Salesforce Videos
Strategy Design Pattern in Salesforce | Video Tutorial
Design Patterns are very important for us to understand to develop an efficient apex code. Watch this video to learn all about it and do…
Getting Started With Business Analysis | Scrum Development Model | Salesforce Tutorial
Learn all about AGILE software development and the scrum development model. 1. Introduction To AGILE Get a brief definition of AGILE and its different modules.…
How to Test Your Process Builder | Salesforce
In this video, Appopedia provides helpful tips on how to test your process builder in Salesforce. She explains how to create a test user, what…