-
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
Salesforce for Manufacturing to Optimize Productivity
The manufacturing sector has witnessed a complete, factory-wide digital makeover. The industries have leveraged technologies like artificial intelligence (AI), robotics, and blockchain. Salesforce for manufacturing…
Object Records Creation Using CSV File | Salesforce Guide
When the records and column values on the CSV file contain quotations, uploading the CSV file to create records becomes complicated. As a result, I…
Learn All About Batch Apex Chaining in Salesforce
Batch apex enables the user to do a single job by breaking it into multiple chunks which are processed separately. Batch apex is useful when…
Popular Salesforce Videos
FlexDeploy for Salesforce
FlexDeploy can improve your enterprise software development, operations, and release processes using out-of-the-box support for Salesforce. See how FlexDeploy supports org-based development, source-driven development, or…
Solving the Fizz Buzz (SSJS) in Salesforce Marketing Cloud
Cameron Robert from Datarati uses 2 different approaches to solve the Fizz Buzz programming challenge using SSJS Salesforce Marketing Cloud. What you'll learn: » How…
Salesforce — How To Market Your Small Business
How can small businesses get the word out about what they do, and be strategic about it? Here are three important steps to consider when…