Hi all,
I am using a ‘throw new Error’ piece of code in my ETM datamapper to force a failure when there is no record match when processing an excel file. This allows me to append a custom message to the end of the error log dump in the email instead of using the ‘No match - Error’ on the Record to Update which just shows a generic message with no detail.
It does what I want it to do but in the email message generated it is prefixed with the usual dump.
Two questions …
- Is there a way to just show my custom message? Or a completely different way to accomplish this.
- Is there a way to throw an info or warning message which will not stop processing so I can provide some additional information in the email as well.
Thanks!
T