"Add to Update Set" link disappeared
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Hi friends! 🙂
Would you smart guys know why the "Add to update set" link just vanished (after upgrade). I read that could be the disabled Ui Action, but there's no such Ui Action called "Add to Update Set" that I could find. Does anyone know how to solve this?
Thanks!!!
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
"Add to Update Set" is not an out-of-the-box feature
Fix options:
- Reinstall the "Add to Update Set Utility" from ServiceNow Share.
- Check if the OOB alternative works for you — activate the "Include in Update Set" plugin, configurable under System Update Sets → Include in Update Set Properties (properties:
include_in_update_set.update_record_before_captureandinclude_in_update_set.hide_on_tables). - Quick script workaround if you need it immediately:
var rec = new GlideRecord('your_table');
rec.get('your_sys_id');
new GlideUpdateManager2().saveRecord(rec);
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
*************************************************************************************************************
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/dratulgrover [ Connect for 1-1 Session]
****************************************************************************************************************
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/dratulgrover [ Connect for 1-1 Session]
****************************************************************************************************************
