DistributeDocumentPack

You need to modify the DistributeDocumentPack exit point to script the distribution of Document Packs.

By default, the DistributeDocumentPack exit point does not perform any distribution. When no modifications are made and the exit point is called, an error message is shown.

Parameters

Parameter Text DocumentPack;
Parameter Text Manifest;                           
Parameter Text DistributionChannel;          
Parameter Text OrganizationalMetaData;

The parameter DocumentPack indicates the location of the distributed Document Pack on the file system. The parameter Manifest indicates the location of the Manifest.xml. The Manifest.xml contains information on the content of the Document Pack. Distribution channel can be used to distinguish the purpose of the distribution. Possible values are: print, email, portal, and archive. The parameter OrganizationalMetaData indicates the location of the Organizational Metadata XML on the file system. The Organizational Metadata XML can be used to pass key value pairs on for distribution.

There is no correlation between the Distribution channel and the channels that can be configured as part of the Batch & Output Management to produce documents with different formats and purposes.