Change scope name of a Scoped Application

joseeduardo
Giga Expert

Good morning community! , Guys is there any way to change the scope name of an application? I understand so far your not supposed to change it, but I was wondering if maybe making a hi ticket or communicating with Servicenow directly they could help on that! is this possible? is it there any other way? Or if I have a wrong naming convention on what my application does I need to rebuild it just to correct that?

Thanks in Advance!.

Jose Eduardo Chirinos Odio.

Volteo

1 ACCEPTED SOLUTION

Chuck Tomasi
Tera Patron

Hi Jose,



The application scope name is a tricky subject. It's made up of two parts, the customer code and the application name. Rule #1 - DO NOT change the customer code. BAD BAD BAD.



It *IS* possible to change the application name, but it's not a lot of fun. I've done it a couple times. Here are my steps:


  1. Export the application to an update set
  2. Export the update set to XML
  3. Delete the application
  4. Make a copy of the XML file
  5. On the new copy, search and replace all strings for the name (e.g. x_abc_app_old --> x_abc_app_new.)
  6. Re-import the app's XML file via Retrieve Update Sets module, preview and commit.


Again, none of this is supported. If it blows up, ServiceNow is not responsible. And... you always have a backup XML.


View solution in original post

11 REPLIES 11

Thanks Jose for the update.


You can give it a try and test it throughly. As Chuck mentioned ServiceNow is not responsible if it blows up.


Muhammad Asif
Kilo Explorer

Didn't working this solution. Tried in dev environment.