So in EPDM when you set up the template to name a part via a serial number it works pretty good. But if you add a configuration and check it in, EPDM will give the "Part Number" variable a new serial number but the actual configuration name remains the same. Is there a good way to get the actual configuration name to update as well? Or is this best done by Hand? Or via the API?
Hi Barry,
Can't you make use of SolidWorks macros functionality to sync the "part number" custom propety value to the name of the active configuration? Once the user generates serial number unique to the configuration, he can run the SW macro (if written) which will copy the generated part number custom property value to the name of the configuration automatically.
Hope I could explain you the approach and I am sure you can take it from there... All t,he best...