How to Change Application name

chanikya
Kilo Sage

Hi,?

 

i would like to change this record into Global, So how can i make itfind_real_file.png

1 ACCEPTED SOLUTION

Chuck Tomasi
Tera Patron

Once a record is associated with an application, it cannot be changed. You will need to recreate it (and related records) in the global scope.

I don't make the recommendation lightly as it can have disastrous effects. You may want to consider the manual recreation approach. This can be done a bit quicker by exporting the record (and related list records) to XML, then CAREFULLY editing the XML to replace the application name and sys_id replaced by global, then removing the original records and importing the updated XML file.

If you choose this method, I highly recommend testing the import on a separate instance (e.g. get a free personal developer instance from developer.servicenow.com) before removing the old one. 

View solution in original post

5 REPLIES 5

Chuck Tomasi
Tera Patron

Once a record is associated with an application, it cannot be changed. You will need to recreate it (and related records) in the global scope.

I don't make the recommendation lightly as it can have disastrous effects. You may want to consider the manual recreation approach. This can be done a bit quicker by exporting the record (and related list records) to XML, then CAREFULLY editing the XML to replace the application name and sys_id replaced by global, then removing the original records and importing the updated XML file.

If you choose this method, I highly recommend testing the import on a separate instance (e.g. get a free personal developer instance from developer.servicenow.com) before removing the old one. 

Ankur Bawiskar
Tera Patron
Tera Patron

Hi Chanikya,

I don't think you can do this once record is created. but one workaround would be to download the record as xml file, change the sys_id of the scope with that of global scope and upload the xml again to that table. But this may cause some code to break etc not sure on this.

Mark Correct if this solves your issue and also mark Helpful if you find my response worthy based on the impact.
Thanks
Ankur

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

Thanks Ankur!

 

So, it is possible, incase we change sys_id , it will get some code related issues?

Hi Chanikya,

yes it may have some effects. hence not recommended as mentioned in my previous comment.

Regards

Ankur

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