KTM Validation - Document and Page Count Columns are not hiding
Issue
The feature introduce on fix pack 5 for KTM 6.2 is not working with KTM 6.3 or 6.4
1195886 - Batch open window always shows page and document counts of the corresponding batches
It is now possible to hide both the page count and document counts from the Open Batch Window on all Rich client user modules.
This includes Document Review, Correction, Validation, and Verification only.
<Transformation>
<Modules>
<Module ModuleId="*">
<OpenBatchWindow HideDocAndPageCount="1"/>
</Module>
</Modules>
</Transformation>
Cause
The syntax was changed and enhanced in KTM 6.3 and 6.4 and it's detailed in the KTM Admin Guide
Solution
To solve the problem use the following syntax and check the link to the documentation
<Transformation> <Modules> <Module ModuleId="*"> <OpenBatchWindow> <HiddenColumns> <HiddenColumn Name="ColDocumentCount" /> <HiddenColumn Name="ColPageCount" /> </HiddenColumns> </OpenBatchWindow> </Module> </Modules> </Transformation>
Also the script is in below help document. please refer it.
Level of Complexity
Easy
Applies to
Product | Version | Build | Environment | Hardware |
---|---|---|---|---|
Kofax Transformation Module | 6.3, 6.4 |
References
Add any references to other internal or external articles
Article # 3034009