Install Auto KV Export plugin
- In Transact, go to .
- Select Workflow Management.
- Drag and drop the ZIP file into the Import Plugin section.
- Restart Transact.
There is a known issue with the Infor IDM Export Plugins Phase 6 and earlier in that they remove an essential line from the applicationContext.xml file, located at [Transact_Directory]\Application.
The following error may occur in the dcma-all.log file when you try to execute the plugin after restarting Transact:
Caused by:
org.activiti.engine.ActivitiException: Unknown property used in expression: ${autokvexportplugin.performAutoKVExport(batchInstanceID,key)}
To resolve this error, add the following line back into the applicationContext.xml file, located at [Transact_Directory]\Application:
<import resource="file:C:\Ephesoft\SharedFolders/customPluginJars/*.xml"/>
The above line assumes
Transact
is installed at
C:\Ephesoft\.
