Known Issues Articles
Known Issue# 9915: DLF Mapping SharePoint 2013
Topic/Category: CMIS
Ephesoft version(s) Affected: 4030
Issue: As of now we can export only one document level field per document. SharePoint is rejecting multiple Meta data attributes. Also document level field with multiple strings are creating problems while exporting to server.
Root Cause: Currently Unknown
Solution:
Currently Only one Field can be mapped:
1.Create Columns in Administrative Report Library. Select Site Contents from the gear icon on the upper right corner and then select Administrative Report Library
2. In the Create column window input the name of the new column along with the type of information the column will hold and press OK. By doing so a new column is added to the exported files within the subfolders. The column Meta data can be seen in the Administrative Report Library header.
3. In the file DLF-Attribute-mapping.properties files located in cmis-plugin-mapping folder within the batch class folder make the following configurations to export the Document level fields
DocumentName.DocumentLevelField = sampleColumnName (column created on SharePoint server)
For example: US-Invoice-Data.State=ephesoftStateColumn
4. Run the batch and the document level property can be seen exported along with file to the SharePoint server.
Updates:
We are currently working on this Issue and will continue to update this page.