BlueCielo Kronodoc 5.0 Administrator's Guide | BlueCielo ECM Solutions

You are here: About Property Transfer > Main task descriptions > Configuration of PropertyTransfer from Kronodoc to Office documents > Customizing rules for property transfer

Customizing rules for property transfer

If the configuration described in the previous chapter needs to be modified (e.g. document templates from another application that doo not allow customizing the property field names).

This can be done by replacing

'properties' => $mt_config::basepropmap
        

by

‘properties’ => {<OLE field name> => <Kronodoc field>,}
        

in the map hash.

Standard (text strings) field types may be transferred from Kronodoc to the OLE file by defining <Kronodoc field> as the Kronodoc field name as specified in Table 1: Kronodoc field identifiers or the previous chapter, for example

‘docnum’ => $::doccodefname;
        

sets the custom field docnum in the OLE file to the document number of the Kronodoc document.

Custom properties may be read into from Kronodoc to OLE file properties with the field name => Kronodoc field mapping

<OLE field name> => [\&olefileprops::_docextmetafield, <Kronodoc field code>]
        

Note: the Kronodoc field code may be specified without the numbers in the start of the code.


Copyright © 2000-2012 BlueCielo ECM Solutions

www.bluecieloecm.com