Identify What Controls Read-Only Setting on a Field

Dan13
Tera Expert

I am trying to identify what is making the "Requested for" field read-only on the SCTASK form. I've gone through all of the configurations for tasks tabs and can't seem to find what is setting that field to read-only.

Dan13_0-1702678882303.png

 

Does anyone know if there is another place that can control that field or maybe there is a log/history that tells me what is acting on that field?

8 REPLIES 8

yes, this message reflect that some ACL applied.

you can also check the ACL on request item table, because requested coming from request item table.


Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution

did you get the desire result. 


Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution

Thanks. I got more info, but I'm not sure exactly what to do. I was comparing my dev instance to a PDI.

 

In my Dev instance:

Using field watcher, I can see the requested item ACL's run against the requested for field.

Dan13_1-1702939451091.png

 

But, if I use the Debugger (as Maik linked below) and run it while opening the SCTASK, I get an ACL running on the catalog task table

Dan13_0-1702939324125.png

 

I moved to the RITM level and found two ACL's that are running on the Requested for field

Dan13_4-1702940675068.png

 

I tried turning off the sc_task ACL's and the sc_req_item ACL's with no change to the Requested for field.

 

 

In my PDI instance:

I get two ACL's running on the catalog task table

Dan13_2-1702939986851.png

But I don't get anything using field watcher

Dan13_3-1702940346783.png

 

 

Maik Skoddow
Tera Patron
Tera Patron

Hi @Dan13 

there is a helpful KB article regarding that topic which provides all places that have to be checked for getting an answer: https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0783470

Maik