It is already mentioned that SafeTMS can run validations before the transport operation.
You may want to mass-modify the validation results right before they are displayed to the user.
Here are the steps for that purpose:
All classes inheriting YIF_SAFETMS_OWL_DECORATOR are processed, so you are welcome to create multiple implementations if needed.
You can run a “Where Used List” on YIF_SAFETMS_OWL_DECORATOR to see how SafeTMS classes modify the results, and follow the same logic.