Hi. We want to clear the description field and the title field for a part in 3D Experience 2022x native, when duplicating it.
I see that this should be possible to do by using the Data Setup app and customize the business logic. There is a possibility to use EKL code to customize this in Attributes initialization. The problem is that I have to make some logic for the name field (PLM_ExeternalID).
Default this is created by the system like this for each new part: prd-381400-00131232
I would like to keep the default ID logic, but not sure how.
If I avoid to set the PLM_ExternalID, I get an error each time I duplicate a part because it requires a name (PLM_ExternalID).
Anyone here that have done something like this? :)