Details
How to edit Item Name (DB_PART_NAME) while in managed mode NX?
Currently such editing can only be done while in Teamcenter, how to configure it such that editing can be done while in managed mode of NX?
Solution
This will require running NX10.0.2 with Teamcenter 11.2.1 minimum.
(1) Export the attribute mapping file (using the command line utility export_attr_mappings).
(2) Edit the mapping text file, under the UGMASTER dataset entery, change it to:
{ 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"
"DB_PART_NAME" : Item.object_name /description="Part Name"
"DB_PART_DESC" : Item.object_desc /description="Part Description"
}
(3) Import the above modifed attribute mapping file back into Teamcenter (using the command line utility import_attr_mappings).
(4) Restart managed NX session, and once NX data is loaded, go to the Part Properties to change the Part Name attribute.
Notes and References
Requirement:
NX 10.0.2 with Teamcenter 11.2.1
Hardware/Software Configuration
Platform: INTEL
OS: window
OS Version: 764SP1
Product: NX
Application: NXMANAGER
Version: V10.0.2
Function: ATTRIBUTES
Ref: 001-7781755