Validation result modification

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:

  • Create a new class, implementing the interface YIF_SAFETMS_OWL_DECORATOR
  • Code your modification logic into that class

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.