Document production flow with Smart Communications for PolicyCenter
PolicyCenter starts the document
production flow after it finishes creating the draft document. If successful, the document
production flow results in a

Document object, which holds the completed
document. The document production flow triggers the process shown in the following
illustration:In the illustration, the following actions occur at each numbered item:
- PolicyCenter, triggered either by the synchronous or
asynchronous document creation flow, calls
SmartCommsDocumentProductionplugin. This plugin implements theIDocumentProductionplugin interface. - The
SmartCommsDocumentProductionplugin calls SmartCOMM to create the document from the draft document. - SmartCOMM generates the document and returns it either as an input stream for synchronous production or as an XML payload for asynchronous production.
- The
SmartCommsDocumentProductionplugin returns the document to PolicyCenter. - PolicyCenter creates a
Documentobject and saves it in the PolicyCenter database or in the document management system, if one is integrated.
See also
