By default, Project Portal takes summary information from the Office document as input for the new Project Portal document:
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>
}
};