How to map an Item level alternate ID (ItemID of the Identifier document) to NX
Solution
In Teamcenter, set the following preference under 'Edit-->Options': TC_NX_allow_attrsync_master_with_item=YES
In BMIDE, create the following compound property on the Item: a4_identifier_itemid
Compound Property would be: Item.altid_list-->Identifier.item_id
Map it using the following:
{ Dataset type="UGMASTER"
"DB_PART_NAME" : Item.object_name /write_once /description="Part Name"
"DB_PART_DESC" : Item.object_desc /write_once /description="Part Description"
{Item type="Item"
ALTERNATIVE_ID : Item.a4_identifier_itemid /master=iman /allow_null_value /description="Alternative ID"
}
}
Notes and References
Hardware/Software Configuration
Platform: all
OS: n/a
OS Version: n/a
Product: NX
Application: NXMANAGER
Version: V1926
Function: ATTRIBUTES
Ref: 001-10034198