Changes in behavior
This topic describes changes to the product behavior since the previous release.
KC Plug-In: Downgrade process
With the option of including the body with the message header functionality, the DocumentImportMessageHeader parameter in the KIC-ED-KCPlugIn.xml has changed. As a result, do the following to downgrade Kofax Import Connector 2.10.0 to an earlier version:
- Open KIC-ED-KCPlugIn.xml from C:\ProgramData\Kofax\KIC-ED\KCPlugIn\config.
- Search for the DocumentImportMessageHeader parameter.
-
Replace the parameters of Kofax Import Connector 2.10.0 with the parameters of Kofax Import Connector 2.9.0 or earlier versions as shown in the following table.
If you copy and paste the code from this table, be sure to adjust the line breaks.Parameters of Kofax Import Connector 2.10.0 Parameters of Kofax Import Connector 2.9.0 or earlier version <DocumentImportMessageHeader>
EMAIL_HEADER_EXCLUDE
</DocumentImportMessageHeader>
<DocumentImportMessageHeader>
false
</DocumentImportMessageHeader>
<DocumentImportMessageHeader>
EMAIL_HEADER_INCLUDE
</DocumentImportMessageHeader>
or
<DocumentImportMessageHeader>
EMAIL_HEADER_INCLUDE_ EMBEDDED
</DocumentImportMessageHeader>
<DocumentImportMessageHeader>
true
</DocumentImportMessageHeader>