Invoke a transform map from a Scoped APP?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-16-2017 05:10 PM
I need to be able to invoke transform maps against a given Import Set form a scoped app. SN is making a rest call out to a 3rd parts system to bring back the data which is then being pushed into import set rows which should then be transformed.
I have used GlideImportSetTransformerWorker In global in the past but this is not available in Scoped Apps.
There is no file and I am not keen on receiving the data just to post it back to SN via rest or convert it to a .csv to add it to a file on a data source. Obviously there are options in global that can be called from in scope (events/script actions or new business rules on sys_import_set/sys_import_set_row) but I would like to keep everything in scope, thoughts?
Thanks.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-16-2017 08:24 PM
Hi Josh,
This link might help you to fulfill your requirement:
How to invoke transform maps in scoped apps?
Hope it helps!!
Regards,
Anjali

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-16-2017 09:49 PM
Hello Josh,
Transform map will be triggered as soon as the records are inserted in import set. Is that not working for you?
Please let me know.