Using outbound files integration

The base configuration of ContactManager includes a framework that supports creating files for external systems. The files are created from records in a database. ContactManager provides the framework with a general processing mechanism and the OutboundFileHandler interface which describes how to process data in the records.

You must provide configuration details and a class implementing the OutboundFileHandler interface.

In the Administration tab, the Utilities > Outbound Files menu link enables you to configure the feature.

Note: The instructions for configuring outbound files in ContactManager and the framework itself is the same as those for the core applications.

See also