catalog_home (Self service)changes does not capture in Updateset , how to move them across instances

RaghavMuthyam
Tera Guru

Content Changes to catalog_home (Self Service> Service catalog ) are not captured in Update Sets  to move them across instances,  how to move these changes manually .

2 REPLIES 2

Shivalika
Mega Sage

Hello @RaghavMuthyam 

 

To capture these changes in an update set, navigate to Homepage Admin->Pages->Search for the page title 'Catalogs' in the list view.

 

Right click on the record and click on 'Unload Portal Page'.

 

This will capture all your catalog page changes. I hope this answered your query. 

 

Kindly mark my answer as helpful and accept solution if it helped you in anyway. This will help me be recognized for the efforts and also move this questions from unsolved to solved bucket. 

 

Regards,

 

Shivalika 

 

My LinkedIn - https://www.linkedin.com/in/shivalika-gupta-540346194

 

My youtube - https://youtube.com/playlist?list=PLsHuNzTdkE5Cn4PyS7HdV0Vg8JsfdgQlA&si=0WynLcOwNeEISQCY

Ankur Bawiskar
Tera Patron
Tera Patron

@RaghavMuthyam 

2 ways

1) use background script and capture it, ensure you are in correct scope update set

var gr = new GlideRecord('tableName');
gr.get('<sys_id of your record>');
var gum = new GlideUpdateManager2();
gum.saveRecord(gr);

2) Manually export the XML and import it in other instance

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader