function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Harish Chekurthi 9Harish Chekurthi 9 

Workflow rule to check the checkbox

Hi all,
Could someone help me to create a validation rule, if a user tick the check box on custom object should remain ticked.
My scenario, On Opportunity, I have a custom check box object. when user ticks that check box, system user is unticking the checkbox. could someone help me on how to solve the issue
Best Answer chosen by Harish Chekurthi 9
Deepak Maheshwari 7Deepak Maheshwari 7

Please create a validation rule as below:

 

PRIORVALUE( Checkbox) = true && Checkbox=false

All Answers

Deepak Maheshwari 7Deepak Maheshwari 7

Please create a validation rule as below:

 

PRIORVALUE( Checkbox) = true && Checkbox=false

This was selected as the best answer
Deepak Maheshwari 7Deepak Maheshwari 7

Hi Harish,

 

Hope the above solution works for you!

If not please let me know.

 

Thanks

Deepak

Deepak Maheshwari 7Deepak Maheshwari 7

Hi Harish,

 

Please mark it as best answer if it works for you.

 

Thanks

Deepak
dpkm20@gmail.com