Outbound message types
Form: DEVIntegMessageTypeTableOutbound — External integration → Setup → Outbound message types
Describes one outbound integration — either Periodic (bulk) or Document on event.

Key settings
- Source — the connection type and target folder (e.g. on the SFTP server).
- Processing — the export class, extending
DEVIntegExportBulkBase(aRunBaseBatchsubclass) for bulk exports orDEVIntegExportMessageBasefor event-based documents. Simple bulk cases can run a plain SQL statement or a data entity query with no code viaDEVIntegExportBulkSQL— see Outbound Periodic. - File parameters — file name template with a
%ddate placeholder (formatted using .NETDateTime.ToStringrules) and a CSV delimiter. - Advanced — log detail level and a Company range restricting which companies the export runs in.
Servicing
- Export all performs an initial export of existing documents through a standard query dialog — used when going live with an event-based integration on a database that already contains documents.
- Test connection validates the channel.
Related
- Export document log — event-based export tracking.
- Export log — bulk export run history.