- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Monday
I need to make the "script" field read-only in a table, as described in the attachment. Where can I find the configuration settings to accomplish this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hi @shashitaya
Yes, this is possible. To make a Script-type field read-only, you can follow these steps:
Go to System Definition → Dictionary.
Select the table containing the Script-type field (for example, I used the Email Filter table).
3. Open the Dictionary record for the Script field.
4. Check the Read-only box click Save.
5. Open a record in that table and check the field — it should now appear read-only on the form.
Thanks & Regards,
Muhammad Iftikhar
If my response helped, please mark it as the accepted solution so others can benefit as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hi @shashitaya,
it seems that record is read-only..
Is it script include or what it is? Check whether there is any protection applied...
If it is a script include, you will might need to extend it and make your changes there leaving this very record untouched...
But more details are needed, it's not clear from your vague description and screenshot. Please tell us more
/* If my response wasn’t a total disaster ↙️ ⭐ drop a Kudos or Accept as Solution ✅ ↘️ Cheers! */
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
what's your actual business requirement?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hi @shashitaya
Yes, this is possible. To make a Script-type field read-only, you can follow these steps:
Go to System Definition → Dictionary.
Select the table containing the Script-type field (for example, I used the Email Filter table).
3. Open the Dictionary record for the Script field.
4. Check the Read-only box click Save.
5. Open a record in that table and check the field — it should now appear read-only on the form.
Thanks & Regards,
Muhammad Iftikhar
If my response helped, please mark it as the accepted solution so others can benefit as well.