Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Change the name of the Custom Application which is Already published in the store

Dinesh L
Tera Contributor

Hi all,

We have published an App in ServiceNow Store, But now there is a requirement to change the name of the App.

Is it possible to change the App Name which is already published in store ?

4 REPLIES 4

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Dinesh L 

 

https://www.servicenow.com/community/itsm-forum/how-to-change-application-name/td-p/828577

https://www.servicenow.com/community/developer-forum/how-to-rename-published-app-name-when-new-next-...

https://www.servicenow.com/community/developer-forum/scope-name-can-i-rename-the-scope-application-n...

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

Ehab Pilloor
Mega Sage

Hi @Dinesh L ,

 

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. 

 

If you found this reply useful, please mark it as solution/helpful.

 

Thanks and Regards,

Ehab Pilloor

Amit Verma
Kilo Patron
Kilo Patron

Hi @Dinesh L 

 

Do you want to change the display name of the application on store or you want to change the application name in the application record ?

 

Thanks & Regards

Amit Verma


Please mark this response as correct and helpful if it assisted you with your question.

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Dinesh L 

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************