Access a global table from a scoped application in an Event.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-18-2017 06:33 AM
Hello developers community.
To give you some context: We have a solution that involves a number of customizations on the native Service Catalog Requests process, and we were doing those customizations in the global scope. However, in order to be able to deploy our solution to the ServiceNow Store, we found out that we had to create a scoped application. The customizations involve events, script includes, business rules, script actions, outbound REST messages, among others. We do not use any custom tables or forms. We are able to create everything inside the scope of the new application, but the events, since these events have to happen when there are changes on a global table (sc_request). So, we are forced to create the event as global, however, how can we deploy our entire solution as an application, if the events will not be included? Is there a way to include it? What's the best practice in this case?
Thanks for your support.
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-31-2017 06:29 AM
Hi Roberto,
would you mind Please close this thread. or else let me know if you need more help.
If I have answered your question, please mark my response as correct so that others with the same question in the future can find it quickly and that it gets removed from the Unanswered list.
If you are viewing this from the community inbox you will not see the correct answer button. If so, please review How to Mark Answers Correct From Inbox View.
Thanks,
Rajashekhar Mushke
Rising star : 2022 - 2024
Community Leader -2018
Connect me on LinkedIn : Rajashekhar Mushke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-31-2017 10:06 AM
Hi rajeshmushke,
Well, actually I left a question in the air in my previous post, but it was unanswered.
Regards.