Usage of GlideImportSetLoader & GlideImportSetTransformerWorker API's from scoped Application
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2020 01:11 AM
Hi All,
We are working on a scoped application and as a part of use case would like to leverage below OOTB API's.
- GlideImportSetLoader
- GlideImportSetTransformerWorker
I know it is not accessible from scoped application but can used by defining the logic in a global script include and calling it from my application.
Since there is no documentation available for GlideImportSetLoader in the servicenow official site. As a developer are we allowed to this API's considering future support from servicenow ??
Thanks in advance.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2020 02:12 AM
Hi Arun,
yes those APIs cannot be called from scoped app; you can include that in global scope script include and make it accessible from all scopes and then call it from your scoped app script
Mark ✅ Correct if this solves your issue and also mark 👍 Helpful if you find my response worthy based on the impact.
Thanks
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2021 10:55 AM
Is there any list where i can get what is available in global vs scoped application?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2021 10:12 PM
Not everything is documented in ServiceNow docs.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2020 07:26 AM
Hi Arun,
please check below link;Existing scriptable APIs GlideImportSetRun, GlideImportSetTransformer, GlideTransformLog, and GlideImportLog now support scoped applications.
Mark ✅ Correct if this solves your issue and also mark 👍 Helpful if you find my response worthy based on the impact.
Thanks
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader