Force a Record into an Update Set
April 18, 2018
Tags: ServiceNow Update Sets
Whilst developing in ServiceNow you may come across things you’d like in your update set but they aren’t tracked.
You can achieve this by adding a global UI Action which will allow admins to force updates into their current Update Set.
Create a UI Action with the following values
- Name: Force to Update Set
- Table: Global [global]
- Active: true
- Show update: true
- Form link: true
- Condition: gs.hasRole(‘admin’)
- Script: