I cant able to edit the businessrule its showing cannot edit in readonly mode
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
did you try to clear instance cache using cache.do and then logout and login again?
Is that field readonly at dictionary?
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
3 weeks ago
Hello @HansikaM ,
The image what you have pasted its client script. Yes there some script which is restricted from ServiceNow side.
If this resolve you query make accepted/helpful.
You can check your requirement and accordingly create business rule or Client script. Check ServiceNow documentation for more information.
Supriya Waghmode |ServiceNow Consultant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago - last edited 3 weeks ago
Hi @HansikaM ,
This is because your Script-type field is marked as 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).
- Open the Dictionary record for the Script field.
- Uncheck the Read-only box click Save.
Open a BR of that table you should now be able o write the BR
Thanks & Regards,
Muhammad Iftikhar
If my response helped, please mark it as the accepted solution so others can benefit as well.
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
3 weeks ago - last edited 3 weeks ago
Image you pasted is of client script.
Open any client script > Right click on Script column > Configure Dictionary > Uncheck the read only checkbox and save the record.
Note : You will be able to edit the client script now.
Shashank Jain