Implementing QAD QXtend Outbound > General Implementation Steps
  
General Implementation Steps
QXO relies on a sequential processing flow to:
1 Gain notification of a change in a source application.
2 Extract data from the source application.
3 Publish the data as XML QDocs.
4 Send the QDocs to subscribers.
Note: Steps 1 and 2 in the sequence above do not apply to business objects that employ DDP.
To implement this sequence:
1 Define your source applications.
2 Define an event service to check for and then extract the data.
3 Define a message publisher to publish the QDocs.
4 Define a message sender to send the QDocs.
5 Define subscribers to receive the QDocs.
6 Define a delivery schedule (optional).
7 Define e-mail alerts (optional).
8 Configure archiving settings (optional).