- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
Hello Everyone,
Did you know about ServiceNow ‘Fix Script’, a method of running server-side code after an application is installed or upgraded?
Fix Scripts provide some obvious benefits when compared with a Background Script – copying some examples below, taken from a well-written community article (links at the bottom)
- Provides the power of the full editor (note that you have line numbers, syntax checking, formatting, etc.)
- Includes versioning
- Can be added to Update Sets
- Includes auditing at the table/field level out of the box
- Offers the option to turn on the deleted records audit
- Easy to make a minor change and retry the script
- Easy to save scripts
- Allows you to export the script to XML
- Allows you to push long running scripts to the background and then monitor via Progress Workers
https://community.servicenow.com/community?id=community_blog&sys_id=e81eae2ddbd0dbc01dcaf3231f96194f
If my content helped you in anyway, please mark this content as BOOKMARK, SUBSCRIBE & HELPFUL
Best Regards,
Prashant Kumar (LearnIT)
YouTube Channel LearnIT: https://www.youtube.com/@learnitwithprashant
Blog LearnIT: https://medium.com/@LearnITbyPrashant
Prashant Kumar LinkedIn: https://www.linkedin.com/in/learnitbyprashant/
ServiceNow Community Prashant Kumar - https://www.servicenow.com/community/user/viewprofilepage/user-id/19635
- 1,228 Views
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.