GlideImportSetTransformerWorker alternative for Scoped App
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2019 03:40 AM
Hello,
I want to know if there is a Scoped App alternative to GlideImportSetTransformerWorker?
I need to run imports using an Asynch-import table and I can't find a good way to start the Transform Map without above.
Any help would be much appreciated!
With regards
Anton
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2019 02:29 AM
Hi Anton,
Any update on this?
Can you mark my answer as correct, helpful if you were able to achieve the requirement. This helps in removing this question from unanswered list and helps users to learn from your thread. Thanks in advance.
Regards
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
08-06-2019 12:33 PM
Any update on this? Been wanting the same thing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2019 11:49 PM
Hello,
No, sorry. I didn't find or receive a solution to this.
I will check again in the future, if there is a solution in a coming version. This was tested on London and Madrid.
With regards
Anton
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2019 01:00 AM
You can create a script include in the Global scope that calls the GlideImportSetTransformer api and then call the script include from your scoped script using the global prefix, e.g global.myTransformer().transform(importSet, transformMap)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2024 05:19 PM
This approach breaks the concept of a Scoped Application.