- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2022 04:29 AM
Hi
I have successfully used 'ignore = true' before, but what is the purpose of 'ignore=true' in the attached onAfter transformation script?
Please review the attached pic.
Thanks
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2022 06:19 AM
If the script is valid and the row should not be processed, I suggest to move the script to be an OnBefore script -- not an onAfter.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2022 06:19 AM
If the script is valid and the row should not be processed, I suggest to move the script to be an OnBefore script -- not an onAfter.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2022 06:37 AM
Yes - that's what I think. Leaving the event as onAfter will never have an impact
Thanks, I just wanted a second opinion as this is an out the box transform event.