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
pupilstuffpupilstuff 

case status field needs to be read only

Hello,

 

Can I make the Case status field read only for every user . If not then any workaround for this ?

 

 

Thanks

Mayank Jain

Shukla_AnkitShukla_Ankit

Hello,

 

You can't set the read only accessibility on case status in case because it is standard field.

 

Thanks 

Starz26Starz26

You could write a validation rule to not allow it to be changed:

 

ISCHANGED(STATUS)

Navatar_DbSupNavatar_DbSup

Hi,

 

We cannot make a required filed read only. For this functionality you can create a vf page and override the standard functionality.

 

Did this answer your question? If not, let me know what didn't work, or if so, please mark it solved.