Via LinkDB ReturnMapping, PDM attributes can be mapped to link database fields.[184]
At first, in the block [AttributeMapping(is3d)], the block for the actual LinkDB mapping has to be declared (as usual).
[AttributeMapping(is3d)] Attr_Content_00=LINKDB_RETURN_MAPPING Attr_Section_00=LINKDB_RETURN_MAPPING
Then, via ERPTABLE.<ERP_COLUMN_NAME> or LINKTABLE.<ERP_COLUMN_NAME>, the needed columns can be specified.
[LINKDB_RETURN_MAPPING(is3d)] ERPTABLE.<ERP_COLUMN_NAME>=?"'%TC_ItemId%'"
ERPTABLE.<ERP_COLUMN_NAME> specifies table and column, the value the placeholder to be used. Thereby the ItemId for example (which is possibly created during the generation in Teamcenter) can be saved in the LinkDB.
Supported placeholders for ERPTABLE.<ERP_COLUMN_NAME> are:
The following preconditions have to be given for ReturnMapping:
After a new creation of parts the project has to be reloaded in PARTdataManager in order for the PDM values to be displayed.
