|
If the exported plan contains summary activities with overrides, the overrides are lost during the export process. Consequently, if the plan is imported back to Windchill, the overrides will also be lost in the project or program.
|
|
If your plan or plan objects include custom string attributes that have multi-line text, these attributes are not supported when exporting the plan to Microsoft Project.
|
|
You can export a maximum of 18 attributes to a Microsoft Project. Tomanage the attributes for export, delete the unused attributes or configure the required attributes in your Windchill system.
An administrator can configure attributes using the property <internal name of the type including domain>_exportSoftAttributes in the wt.properties. Here:
• Type refers to an activity, plan, or their subtypes. Multiple values can be specified using comma separator for the values for that property.
• The org.rnd.Activity1 is an example refers to the complete internal name of the type including domain.
For example, there are 20 attributes in Activity1, A1 through A20. The existing export file contains attributes A1 through A18. To add other attributes to the export file, the property is configured as follows:
• Scenario1: Adds A19 and A20
org.rnd.Activity1_exportSoftAttributes=A19,A20
The exported file contains attributes A19 and A20.
• Scenario2: Adds A1, A10, A19 and A20
org.rnd.Activity1_exportSoftAttributes=A1,A10,A19,A20
The exported file contains attributes A1, A10, A19 and A20.
• Scenario3: Adds attributes A19 and A20 in addition to the existing attributes
org.rnd.Activity1_exportSoftAttributes=A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,A18,A19,A20
The export fails since there are more than 18 attributes.
When you import the plan with modified attributes in the replace mode, the existing values of attributes are replaced by those in the imported file. The values of old attributes are overwritten in the system. The values of attributes that are not included in the imported file are set to blank.
|