Details
After adding parts via drag and drop from reuse library the setting for reference/clone is reference. After sets it to clone it keeps it. But after reset the dialog memory the setting is lost.
How to set the clone operation as default?
Solution
There is actual no customer default but you can enter:
<RenameOption>Clone</RenameOption>
in the krx file e.g. :
--------------------------------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<KnowledgeReuse>
<ItemData>
<RenameOption>Clone</RenameOption>
<Part Location="reusepart.prt"/>
</ItemData>
</KnowledgeReuse>
------------------------------------------------
This forces the dialog to use the Clone option. This has not been documented but it looks like development is going to implement a UI operation for this in NX12.
Hardware/Software Configuration
Platform: INTL64
OS: window
OS Version: 764SP1
Product: NX
Application: KDA
Version: V11.0.2
Function: REUSE_LIBRARY
Ref: 001-8977795