Publish event handler
The application enables publishing of data by the event manager to external systems for interoperability. You can configure any event to publish data to other systems. For example, upon the event ON_SUCCESS of the SHIP_CONFIRM transaction, you may want to publish data to an external financial system.
When configuring the Publish event handler, you must provide a set of system IDs separated by semicolons (for example, SYSTEM1;System2;TestSystem). These are IDs of time-triggered Transactions that are expected to read and process the data. The event manager writes the data provided by the transaction to the YFS_EXPORT table and writes one record for each system ID configured.
For publishing data using a service, use a Database transport node.