I’m looking to capture and write out the error messages, and ideally the UID of the record causing the problem.
I tried setting up a meta with ErrCode and ErrText like I saw in the documentation. I can see in debug mode that there is one error record on port 1. But when I open up the debug window both fields are null.
Am I missing a mapping somewhere, or should it be called something else?
- How can I capture the message?
- And if possible, can I pass long an ID for the record causing the problem?
thanks in advance for any help