GlideImportSetTransformerWorker alternative for Scoped App

felladin
Tera Guru

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

 

9 REPLIES 9

Ankur Bawiskar
Tera Patron
Tera Patron

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

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

Shane Crenshaw
Kilo Contributor

Any update on this? Been wanting the same thing.

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

stojdev
Giga Guru

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)

This approach breaks the concept of a Scoped Application.