You are here: About Property Transfer > Main task descriptions > Configuration of Property Transfer from Office documents to Kronodoc

Configuration of Property Transfer from Office documents to Kronodoc

By default, Project Portal takes summary information from the Office document as input for the new Project Portal document:

  1. The Office document title is used as the name for the new document
  2. The Office document author is used as the author for the new document
  3. The Office document subject, keywords and comments are concatenated into the description field of the new document in Kronodoc

Additionally, custom properties from Office documents (Properties >> Custom) may be used as input for properties of a Project Portal document when creating a new document based on an Office file.

This is configured in the configuration file Kronodoc/KRONO/mt_config.pm in the hash $::PropertyTransferMap. The structure of $::PropertyTransferMap is:

$::PropertyTransferMap= {
<template name> => 
        {
        'frommap' => {
<OLE prop> => <Project Portal prop>
…
}
        'preprocess' => {
<OLE prop> => <processing rule>
}
};

www.bluecieloecm.com