ExportDocument
This event allows you to implement a customer specific export of all extracted data. This provides the ability to implement a customer-specific export of all extracted data.
Syntax
ScriptModule_ExportDocument (pWorkdoc as ISCBCdrWorkdoc, ExportPath as String, pCancel as Boolean)
Description | Definition |
---|---|
pWorkdoc | Workdoc to export. |
ExportPath | Export path as configured in the Runtime Server settings ( no changes possible). |
pCancel | Set this variable to TRUE to cancel the export. |