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
CalvinHobbesCalvinHobbes 

Read only access for Queue records

How do we prevent user from editing a lead which is in queue without accepting it?

 

I did a validation rule to check:

 owner not equal to queueid

 and

 Last modified date is changed.

 

This din't work and i could save the edited queue record while the owner was queue.

 

Any help would be great!