How to create a IDM mapping file
Step by step guide on how to create a IDM mapping file.#
You can download an example mapping file here:
To use the example file, rename the file from "IDM_Mapping.txt" to "IDM_Mapping.properties".
Here you can find an explanation of how the file is structured.
In the first block the document type gets mapped. On the left side you see the document type name of DOC² and the right side the document type name of IDM.
1 2 3 4 |
|
In the second block you can define static values which will be used in the mapping file.
In this example, there is a static field for FileNameSeperator and ACLString.
With the field ACLString, you can define the ACL that will be set in IDM for each exported document.
1 2 3 4 5 6 |
|
In the third block you can define static values that will be transferred to IDM.
It will be used to set the EntityType, AccountingEntity and GroupAccountingEntity in IDM.
The values need to be set according to your evironment.
1 2 3 4 5 6 7 |
|
In the fourth block you can map the DOC² fields to the IDM attributes.
1 2 3 4 5 6 7 8 |
|
In the fifth block the ACLString of the second block will be mapped to the ACL field of IDM. Usually this should not be changed.
1 2 3 |
|
In the last block you can define the "Searchable_PDF_Name". That will be the name of the document in IDM.
It can be a single field name or a concatenation of different fields. For example:
Searchable_PDF_Name=IF_INVOICE_NUMBER+SV_FileNameSeparator+IF_SUPPLIER_NAME
1 2 3 |
|