The Zurich release has arrived! Interested in new features and functionalities? Click here for more

State field read only in problem sow

joshmorris
Tera Guru

Hi, is it normal that the state field in SOW for a problem is read only? When I click continue problem it takes me to native UI?

 

joshmorris_0-1756475574885.png

 

2 ACCEPTED SOLUTIONS

Ankur Bawiskar
Tera Patron
Tera Patron

@joshmorris 

Usually state field will be read-only on PRB in SOW as compared to native.

Did you check which client script or UI policy is doing that?

Also "Continue problem" is an OOTB ui action which will take user to native. It's OOTB behavior.

AnkurBawiskar_0-1756476430420.png

 

 

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

Bhuvan
Kilo Patron

@joshmorris 

 

Problem 'state' field is read-only in classic UI as well as workspace out of the box.

 

To make it editable, you have to disable UI Policy, Client Script and Dictionary over-ride. It is not recommended to change this behavior but below is for reference,

 

UI Policy - 'Make Problem State read only'

Bhuvan_1-1756482395059.png

Client Script - 'Make Problem state readonly'

Bhuvan_0-1756482330748.png

Dictionary Override - go to state field -> Configure Dictionary -> Open Dictionary Override table 'problem' base table 'task' and disable 'Override read only'

Bhuvan_2-1756482522894.png

State field - Editable in Classic UI after the changes

Bhuvan_3-1756482602717.png

State field - Editable in Service Operation Workspace after the changes

Bhuvan_4-1756482653332.png

 

Revert the changes to make it back to read-only.

 

If this helped to answer your query, please mark it helpful & accept the solution.

 

Thanks,

Bhuvan

View solution in original post

8 REPLIES 8

Ankur Bawiskar
Tera Patron
Tera Patron

@joshmorris 

Usually state field will be read-only on PRB in SOW as compared to native.

Did you check which client script or UI policy is doing that?

Also "Continue problem" is an OOTB ui action which will take user to native. It's OOTB behavior.

AnkurBawiskar_0-1756476430420.png

 

 

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Thank you, I found it was a client script so made it inactive

Bhuvan
Kilo Patron

@joshmorris 

 

Problem 'state' field is read-only in classic UI as well as workspace out of the box.

 

To make it editable, you have to disable UI Policy, Client Script and Dictionary over-ride. It is not recommended to change this behavior but below is for reference,

 

UI Policy - 'Make Problem State read only'

Bhuvan_1-1756482395059.png

Client Script - 'Make Problem state readonly'

Bhuvan_0-1756482330748.png

Dictionary Override - go to state field -> Configure Dictionary -> Open Dictionary Override table 'problem' base table 'task' and disable 'Override read only'

Bhuvan_2-1756482522894.png

State field - Editable in Classic UI after the changes

Bhuvan_3-1756482602717.png

State field - Editable in Service Operation Workspace after the changes

Bhuvan_4-1756482653332.png

 

Revert the changes to make it back to read-only.

 

If this helped to answer your query, please mark it helpful & accept the solution.

 

Thanks,

Bhuvan

@joshmorris 

 

Did you get a chance to review this ?

 

As per community guidelines, you can accept more than one answer as accepted solution. If my response helped to answer your query, please mark it helpful & accept the solution.

 

Thanks,

Bhuvan