- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-09-2020 02:10 PM
Hey All,
Does any one has an idea of how to use onForeignInsert() Event in Transform Map?
Scenario: I am trying to run a transform map on table which has a a user field in it. Now if the user is not in the sys_user table then it has to be created during load.
I have created a Field Map against the Ref field ( with Reference value name as "name") however using ForeignInsert Script to update email id
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-12-2020 09:51 AM
Thanks Himanshu. Yes i sorted this out and used onAfter() function.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-12-2020 09:51 AM
Thanks Himanshu. Yes i sorted this out and used onAfter() function.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-16-2020 06:44 PM
Is the onForeignInsert transform script mostly for inserting events?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-16-2020 08:17 PM
Yes for reference type
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2023 07:02 AM
Hi Himansh,
Can you please give a sample code on this syntax,
var e = new GlideEvent("myimport_ChoiceCreate", action, value, "");
e.insert();
Need some help on what should be passed to the parameters. I am trying to onChoiceCreate transform script and if I could get some sample code that creates a choice it would be more helpful.
Thanks,
Ashwini Y