Use Generic Model Name For Instance Parameter
After being away from Creo for about a year, I'm back doing some freelance work in Creo 2 (yeah, old version, not my choice). I'm a bit rusty, but it's coming back pretty quickly.
We are 3D printing these parts and some need to be printed in multiple pieces to fit in the printer and then glued together. I've created a family table with instances for the various pieces. The generic file name is the P/N (12345), the instances are something like 12345_F, 12345_R, etc.
The PART_NO parameter is driven by the file name (PART_NUMBER = REL_MODEL_NAME in my relations) and I'm also using the P/N parameter to drive a protrusion on the part so that the P/N is on the printed part.
The problem is that the instances have suffixes so the protrusions have extra information in the PART_NO parameter. I'd like to drive the PART_NO parameter in all instances by the generic file name, not the instance model name.
How can I do that?

