Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

Exporting Custom Configuration

chkkishore
Giga Contributor

I have a custom helpdesk case table in our instance that extends the OOTB case table (sn_customerservice_case). I have a need to export the relevant configuration files (Column's BR, Choice values, Scripts, Form Design, UI Policy etc) associated with that table inorder to replicate similar funcitonality on a different instance.

 

I am trying to determine the recommended approach for this as the updates associated with this table are located in multiple completed update sets mixed up with other independent changes.

 

Thanks

 

 

1 REPLY 1

Kieran Anson
Kilo Patron

You can recapture the updates by creating a new update set, and going through each record and using the "force to update set options". But there's no quick option to collect all the relevant files. 

 

Was this developed in a scoped application? If so, you can export the entire scoped app to an update set