The Zurich release has arrived! Interested in new features and functionalities? Click here for more

Global vs Application update set question

christophe_beck
Mega Contributor

Hello,

Not so long ago, i lost my PDI because of inactivity.

Since then i rebuilt the whole thing, and now i'm interested into saving all my work.

But i'm wondering if i'm doing this correctly.

Brief explanation :

1 - Started raw PDI

2 - made a service, so i created a table inherited from task, and added some custom fields (in global app)

3 - created an application and said "create from service" with the service just created.

4 - made some API, business rule, customisation of forms & UI policies in application ( in application scope )

Now i'd like to save this, so i'm creating an update set as described here : https://developer.servicenow.com/app.do#!/document/content/app_store_doc_getting_started_fuji_topic_...

So i've got a nice XML file of about 800 Ko of my application.

But i'm afraid i need an update set of the modification in global application i made before creating my app since i created this app ABOVE the service.

Because sometimes, there is a message at the top saying i'm editing something in the global scope, and not in my current application ...

And this, creating an update set for global application, I'm not finding the way to achieve it.

Or am I Wrong and the U.Set of my application is all i need i my pdi was to be resetted again ?

Thank you !

Christophe.

1 ACCEPTED SOLUTION

Yes. But keep the application scope one in global scope and then create an local update set and select your application in application ticker and then again create an another update set.


View solution in original post

11 REPLIES 11

Yes. But keep the application scope one in global scope and then create an local update set and select your application in application ticker and then again create an another update set.


All right, thanks for your time !