- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-15-2015 01:14 PM
What are the different sequence of transform scripts?
I am interested in
- Big transform map script
- Source script in Field map
- Other transform scripts like on before, on after, etc
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-15-2015 01:24 PM
Hi Ravio,
Here goes the order on which I believe it executes:
a) onStart
b) onBefore
c) Transform Map Script (right before the update takes place)
d) Fields Mapped Transforms
e) onAfter
f) onComplete
Thanks,
Berny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-15-2015 01:24 PM
Hi Ravio,
Here goes the order on which I believe it executes:
a) onStart
b) onBefore
c) Transform Map Script (right before the update takes place)
d) Fields Mapped Transforms
e) onAfter
f) onComplete
Thanks,
Berny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2026 06:14 AM
my question is will the transform script execution be ignored if import set row is marked as ignored? and what all transform script are executed, if it gets executed?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-15-2015 01:24 PM
I am going to take a shot at this based on what I have noticed in the past:
onStart
onBefore
Source Script
Regular field map
onChoiceCreate
onAfter
onReject
onComplete
That would be my educated guess.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-04-2017 11:30 PM
IT was much clear
Thanks
