AssetWise CONNECT Edition Implementation Guide

Event Subscription

AssetWise events must be enabled, in order to trigger an output message through the Interoperability service. All events enabled events are registered as a db eventhandler upon updating the community.

If an eventhandler is no longer required to send out messages, simply remove the check from the event and apply the changes. The eventhandler is removed as a registered event.

The following events are available:

  • OnApprovalStatusChanged
  • OnAttrbuteChanged
  • OnRelationshipAdded
  • OnRelationshipDeleted
  • OnTagAsBuiltFit
  • OnTagAsBuiltRemoved
  • OnWorkTaskCompleted
  • DocumentUnderChange

The OnApprovalStatusChanged event will produce output for both documents as well as tags. If you only want output for documents or tags, disable this event, and select OnWorkTaskCompleted. Once this event has been triggered it will output documents or tags that are related to the work order. This method can be used to output bulk messages by adding more than one document or tag to the work order to which the work task belongs.

When the OnWorkTaskCompleted event is seoected, a work task class must be selected from the dropdown list, that will serve as the triggering work task . This class will be responsible to output snapshot event messages of all tags related to the AssetWise work order. Once the task is completed, all approved tags are sent for message output.