Getting sys_id of current update set in use and in progress inside a script include.

Nitesh Balusu
Giga Guru

Hi Developers,

 

How do we get the sys_id of current update set that is in progress and being used right now inside a script include?

 

Thanks.

1 ACCEPTED SOLUTION

Brad Tilton
ServiceNow Employee
ServiceNow Employee

You should be able to use this in the global scope. 

new GlideUpdateSet().get()

View solution in original post

3 REPLIES 3

Brad Tilton
ServiceNow Employee
ServiceNow Employee

You should be able to use this in the global scope. 

new GlideUpdateSet().get()

Thanks mate!

Community Alums
Not applicable

See 'Copy Update Set' Utility on Share.