For each processed event, the applicable messages and web service actions are searched for.

The event is only further processed for the messages and web service actions that are 'subscribed' to the table and event type.
Example:
A message has a data synchronization setup for table events. One of the records is Customer (CustTable) for which only Update is selected. If an event is logged that a:
  • New customer is created (Insert), the message is not subscribed to this event. As a result, for the message, this event is not further processed.
  • Change is made to an existing customer (Update), the message is subscribed to this event. As a result, for the message, this event is taken for further processing.


Provide feedback