- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2022 07:15 AM
Hi All,
In a knowledge form, "Knowledge base" field is read only even after checkout the article, I have checked the client scripts, BR, ui policy, data policy & acl, there is no script making that field read only, I am not sure how it is happening.
How to figure out this. Any suggestion pls.
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2022 02:00 AM
Hello,
This generally happens when the field is made read only from UI policy or Onload client script. Are you absolutely sure you have checked correctly.
Below is an official support article on how you can debug this issue for read only field:-
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0783470
Please check and let me know.
Please mark my answer as correct based on Impact.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2022 07:33 AM
Hello,
Please check if the knowledge base has been made read only at the dictionary level? Also is it a issue for admins as well.
Please use script tracer and perform the checkout action this will help you to debug the issue easily:-
Please mark my answer as correct based on Impact.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2022 04:14 AM - edited 11-30-2022 04:25 AM
Hi @Saurav11,
I have checked at dictionary level, Read only field is unchecked. even admin cannot able to edit the field in "Draft" state.
I also used script tracer, cannot figure out how the field is made read only, what could be the cause?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2022 06:08 AM
A field can be read only using the below ways:-
Dictionary
ACL
Client script
Data policy
UI policy
Did you check all of the above for the knowledge base field?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2022 08:51 AM
Yes, I have checked all of the above. still couldn't figure out