Hello John,
After looking in the source code of PrimaveraPMFileReader and PrimaveraPMFileWriter, it seems to me that UserDefinedFields are not implemented? (only in XER Reader and DB Reader)
Was there a reason why it is not implemented for Primavera XML Files? Is it planned?
for example when I export directly from Primavera, it generates something like this:
<udftype>
<datatype>Text</datatype>
<issecurecode>0</issecurecode>
<objectid>813</objectid>
<subjectarea>Activity</subjectarea>
<title>SystemUID</title>
</udftype>
<activity>
...
<udf>
<typeobjectid>813</typeobjectid>
<textvalue>TEST1</textvalue>
</udf></activity>
Just to confirm, support for user defined fields has been added for PMXML files.