AssetWise CONNECT Edition Implementation Guide

Engine Output

The Apply Responsibility Matrix Engine triggers the OnApplyResponsibilityMatrixActioned event upon completion, regardless of whether the process is successful.

This event has the following signature:

Parameter Data Type Description
@ps_sender NVARCHAR(255) The engine name
@pi_called_by INT The engine session ID
@pi_object_id INT The Work Order ID
@pi_object_type INT The Object Type

Valid values:

  • 140 - Work Order
@pi_behavior NVARCHAR(255) Valid values:
  • Apply to Work Order
@pi_process_complete NVARCHAR(1) Valid values:
  • Y - Process completed
  • N - Process did not complete
@ps_message NVARCHAR(2000) The output message from the engine, specifying errors encountered during processing. It contains "No Action Required" if the work order was previously refactored.