Some PDIs are currently unavailable, and PDI actions are paused. View the latest updates here. Read More

What are dependencies in a custom scoped Application?

brandonlab2
Mega Contributor

I am a beginner in ServiceNow exploring custom application development through ServiceNow studio where I came to see dependencies in the Application settings, what are they , I don't understand them, are they added by default or do we need to add them manually- like if need cross- scope access of multiple files.

3 REPLIES 3

glideFather
Tera Patron

Ahoy @brandonlab2,

 

could you be more specific?

 

Meanwhile, to learn more about (custom) development, you can refer to the Learning Plans at the Developer Portal:

glideFather_1-1785402469400.png

 

 


✂-----Cutting-out-the---✦AI-noise✦---All-replies-written-and-vouched-for-by-GlideFather---

Ankur Bawiskar
Tera Patron

@brandonlab2 

without screenthos we can't help

Also your custom scoped app can have dependency on other plugins which you can mention

So whenever your custom app is installed the dependent plugin will also get installed

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

OlaN
Tera Sage

Hi,

Not entirely sure about this one, but I believe the dependencies are plugins added to your project/app automatically.

I have never during my years of custom app development had the need to do anything manually with the dependencies of an app.

As far as I know, they are automatically included whenever needed.

 

One simple thing you can do to test (in your PDI, or other testing-environment) is to add a table that inherits from cmdb_ci to your project. By doing so it will automatically include the "Configuration management (CMDB)" dependency to your app (if not already there).