ram_mandadapu
ServiceNow Employee
Options
- Post History
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
on 07-30-2021 12:58 PM
Below are the steps to add scoped app dependency on a development instance.
- Go to sys_package_dependency_m2m table.
https://<instancename>.service-now.com/nav_to.do?uri=sys_package_dependency_m2m_list.do
- Click New.
- Enter the details and click Submit.
Here, the application specified in the ‘Package’ field depends on the application specified in the ‘Dependency’ field.
- This will complete the dependency addition process. You can verify the dependencies by going to Studio -> File -> Settings -> Dependencies (related list tab)
Labels:
- 684 Views
Comments
sanjay_gupta
ServiceNow Employee
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
07-30-2021
04:56 PM
A great step to help our customers!
davidnavelgas
Tera Contributor
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
06-24-2024
07:33 AM
Hi,
We have developed a custom application, and as you mentioned, we can view the dependencies in the related list. However, I have a question: How can I add a dependency to an update set in the Global scope? How can explain that dependency if we publish the app?
Cheers.
David