NX Item revision name is not getting updated using clone log file

2021-10-06T23:28:05Z
NX for Design

Summary


Details

How to modify item revision name using the clone log?
 
Item Revision Name is added to the attribute mapping.
 
{ 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"
    "PART_Revision_Name" : ItemRevision.object_name /description="Part revision name"
 
}


Create a Part from NX.
From NX
Select Menu -> Assembly ->Cloning -> Create clone assembly
Add Assembly and select 000401/A
Select Numbering as USER Number
Perform Dry Run to generate the clone log
Then modify the clone log like below and save it.
Close and reopen the Clone Assembly window and use the clone log.

New Item is created in Teamcenter
The item name is changed, but the item revision name keeps the old value.




 

Solution

Need to add /master=iman in mapping in order to pick the item revision name from the clone log file



Change from
 "PART_Revision_Name" : ItemRevision.object_name /description="Part revision name"


to
"PART_Revision_Name" : ItemRevision.object_name  /master=iman /description="Part revision name"

Hardware/Software Configuration

Platform: INTL64
OS: windows
OS Version: 1064
Product: NX
Application: NXMANAGER
Version: V1919
Function: CLONE

Ref: 002-8565402

KB Article ID# PL8565402

Contents

SummaryDetails

Associated Components

Teamcenter Integration for NX