Can a user add or group add be included in an update set?

paw2
Tera Expert

I have heard that certain things do not come over when using an update set, and user adds or group adds are one of those.   Can anyone confirm?  

1 ACCEPTED SOLUTION

Deepa Srivastav
Kilo Sage

Yes , i confirm that they are not captured..


Also,Schedule job ,record changes etc are not captured in update set .For checking which entries will be captured within an Update Set , follow bellow instructions..



1.Navigate to the sys_dictionary.


2.Personalize the list to include the Attributes column.


3.Filter on Attributes is update_synch=true.



the tables which have the update_synch=true attribute will be captured.



Below link will also help:-



Re: how to caputre record creation in update sets?




Mark Correct if it solved your issue or hit Like and Helpful if you find my response worthy.


Thanks,
Deepa


View solution in original post

7 REPLIES 7

Deepa Srivastav
Kilo Sage

Yes , i confirm that they are not captured..


Also,Schedule job ,record changes etc are not captured in update set .For checking which entries will be captured within an Update Set , follow bellow instructions..



1.Navigate to the sys_dictionary.


2.Personalize the list to include the Attributes column.


3.Filter on Attributes is update_synch=true.



the tables which have the update_synch=true attribute will be captured.



Below link will also help:-



Re: how to caputre record creation in update sets?




Mark Correct if it solved your issue or hit Like and Helpful if you find my response worthy.


Thanks,
Deepa


Abhinandan Pati
Giga Guru

Hi Patrica



Create new UI Action on that table & through that UI action to force the update to update set using method of GlideUpdateManager2().Below SNCGuru article should help you.



Manually Add a Record to an Update Set - ServiceNow Guru



Thanks


Abhinandan


gemini17
Kilo Guru

Hi Patricia:



Adding User and creating new groups are done in the appropriate tables.     You do this routinely as admin.   You need not capture them in an update set.



Please mark it helpful and correct as you see the impact.



Kind regards


Danny Raj.


Gurpreet07
Mega Sage

Hi Patrica,



Please check '6 Determining Which Customizations Are Tracked' for following Link


System Update Sets - ServiceNow Wiki



It is possible to capture all records in update set by creating a custom UI Action


A different way to do data