We manufacture tools and molds, we use Moldwizard and we are installing a new ERP.
What I would like to achieve is to have an unique part code associated to each component we produce internally from scratch.
The code I was thinking about is done like these "xxxxxx yyy zzz ttt" where:
xxxxxx is the unique code of the project,
yyy the family code,
zzz the sub-family code,
ttt the part code.
Since I would like this code to be automatically generated by NX, I was thinking about extracting the last 3 digits of the file name, which are randomly defined by Moldwizard when the part is input.
I think it is not important that the code is associative, I just need it to be generated at the beginning.