Using the code of the .asm in the drawing of the .prt
Good afternoon i'm using a creo parametric 11 version, i'm trying for my drawing to populate the "code nr." and some other parameter as shown below automatically.
For example a code can be "202500001_11" i want to manually apply che 202500001 code only on the main .asm parameter and use the same code also in all the .prt drawing on the repeat region.
Actually i write this code on the relation of all the .prt
DESCRIZIONE_ORDINE=DESCRIZIONE_ORDINE:1
NOME_PARTICOLARE=rel_model_name
DISEGNATO=DISEGNATO:1
ORDINE=ORDINE:1
CODICE=CODICE:1
DATA_CREAZIONE=DATA_CREAZIONE:1
QNT=QNT:1
And it works, but i cannot save this code in the start part of the .prt because of that ":1" that refer to the .asm and it does not exist in the new .prt.
for the "_11" i'm using matching code like this and it workd perfectly also on the start part
IF rel_model_name=="CAV_M"
NR_PARTE="_11M"
Can someone help me with the main code ?
Thank you for your time and help.

