Any way to capture whole form in one update set

bsamraivep
Tera Contributor

I'm trying to figure out if there is a way to include a whole form in one update set.  All customizations - new customer fields, layout, table changes,....  This would be an obvious thing to do, but, I am not able to find anything on this.  Only thing I am coming up with is looking at all global changes in the default update set and trying to add them to the new updates.  There should be an easier way to do this.

2 ACCEPTED SOLUTIONS

Danish Bhairag2
Tera Sage
Tera Sage

Hi @bsamraivep ,

 

The only faster way is the one which you are doing it currently. I would suggest filter all the updates done by you from default update set by applying filter such as updated by you & some date. Once filtered open it in a new window, you should be able to see "Update Set " field.

 

Change the list view to show 100 records on a page select all the 1 records from Update set column & map the newly created update set to it.(Assuming the records to be captured are too huge).

 

Thanks,

Danish

 

View solution in original post

Jaspal Singh
Mega Patron
Mega Patron

Hi, 
Try navigating to sys_update_xml table look for required details by applying necessary table level filter an change the update set to required update set name.

View solution in original post

5 REPLIES 5

AshishKM
Kilo Patron
Kilo Patron

Hi @bsamraivep ,

 

Once you create a new update set , you have to make it as  current update set for capturing code base changes. 

After update set it complete, system it self change the current update set as Default one.

Where is the gap here, you created new update set but not set as current.   

 

You can set the new update set as current while creating new one

 

AshishKMishra_1-1699034382918.png

 

You can change the current update set if it already created

AshishKMishra_0-1699034303959.png

 


Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution

Danish Bhairag2
Tera Sage
Tera Sage

Hi @bsamraivep ,

 

The only faster way is the one which you are doing it currently. I would suggest filter all the updates done by you from default update set by applying filter such as updated by you & some date. Once filtered open it in a new window, you should be able to see "Update Set " field.

 

Change the list view to show 100 records on a page select all the 1 records from Update set column & map the newly created update set to it.(Assuming the records to be captured are too huge).

 

Thanks,

Danish

 

Thanks.  I guess that is the only way.  But, I would like servicenow to add what I am asking as a feature.  Select a form to add to an update set and have all it's components also added.  GUI, new fields, layout,... .  It would make it a lot easier.

Jaspal Singh
Mega Patron
Mega Patron

Hi, 
Try navigating to sys_update_xml table look for required details by applying necessary table level filter an change the update set to required update set name.