Customising ServiceNow Delivered Scoped apps

MattSN
Mega Sage
Mega Sage

When customizing a ServiceNow delivered scoped app should we stick with update sets in the that application's scope or create new custom scope and grant the delivered scope full access to our custom scope in both directions. Then make all the changes in the custom scope.

For example, lets say you're working with PPM and you want to add a new business rule, flow and field. If we create a custom scope and grant the 2 way privileges to the SN scope, all of your customizations will be visible and versioned in your custom scope.

Does this make sense or should we stay with update sets for altering delivered scoped apps?

1 ACCEPTED SOLUTION

MattSN
Mega Sage
Mega Sage

I found the answer here

https://community.servicenow.com/community?id=community_question&sys_id=df78cfeddb1cdbc01dcaf3231f96...

If there are major changes to be modified in the scoped SN app then the best practice is to create a new scoped application and capture all the changes within that application scope. All the SN app artifacts can be inherited by creating a dependency with in your custom scoped app. This way you get the option to publish an app on multiple instances via "make the app available to other instances". On the other hand, if the changes are minor then you can create an update set in the same SN app scope and move the changes through the update set.

 

View solution in original post

5 REPLIES 5

Constantine Kr1
Giga Guru

I would look at using Studio, and using "Select Store App to Customize". From there a list of apps can be selected, and the changes managed via Studio and the App Repository instead of update sets.

ConstantineKr1_0-1715218430763.png

 

https://docs.servicenow.com/bundle/washingtondc-application-development/page/build/applications/task...