
- 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
‎04-06-2020 10:47 PM
Hi Michael,
Thanks a lot for your response!
I completely agree with you on regards the "On Before" business rules. I believe you perfectly describe it.
On the "On After" business, I believe these run asynchronous of the onAfter transform maps scripts. In other words, similar as other elements on the link you shared... these will run on "no particular order" :). The reason why I believe this is the case is because once the transaction is committed at the DB each thread (the business rules ones and the transform map ones) will follow their respective flows without one being dependent of the other.
As you said... it will be great to try this out!
Please keep us posted if you do.
Thanks again for your response!
Thanks,
Berny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-05-2021 07:33 AM
Hi Ravish, following are the correct sequence of transform map script :
1. onStart
2. on Before
3. Source Field script
4. Run script
5. onAfter
6. onComplete
Regards,
Damini Sheth

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-13-2021 04:01 PM
I think there should be an update to this as it shows up in searches often. The current order as of Quebec patch 5:
1. onStart
2. onBefore
3. onChoiceCreate
4. onComplete
5. onForeignInsert
6. onReject
7. onStart