Details
---------------
Description on Item and ItemRevision is different from UGMASTER dataset
Mapping file used:
{ Dataset type="UGMASTER"
# (hard-wired) DB_PART_NAME : "Part Name"
# (hard-wired) DB_PART_DESC : "Part Description"
{ Item type="Item"
"Description" : object_desc /required /description="Description"
}
}
Solution
Changed the mapping and now the Description Value is same for Item And Item
Revision and UGMaster:
{ Dataset type="UGMASTER"
# (hard-wired) DB_PART_NAME : "Part Name"
# (hard-wired) DB_PART_DESC : "Part Description"
{ Item type="Item"
# Applies to the ugmaster Dataset
# "Description" : object_desc /required /description="Description"
# Applies to the Item
# "Description" : Item.object_desc /required /description="Description"
# Applies to the ItemRevision
"Description" : ItemRevision.object_desc /required
/description="Description"
}
Notes and References
IR/PR 7758688
Hardware/Software Configuration
Platform: INTEL
OS: windows
OS Version: 764sp1
Product: NX
Application: NXMANAGER
Version: V10.0.2
Function: ATTRIBUTES
Ref: 002-7008275