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
Lakshmi SLakshmi S 

Apex coding logic

Hi All

I have a object with the check box as one of the field, when the user enters data into that object and he checks the check box all the existing checkboxes or already checked records need to be unchecked?  How can you achieve this by using out-of-box functionality?
 
suresh sanneboina 4suresh sanneboina 4
Using Trigger && helper class you can do that