Configurations and Customer Properties
Configurations and Customer Properties
(OP)
I am in the process of creating configurations for the fasteners that my company uses and I am using a table to drive the properties.
The descriptions that I set in the table show up in the configuration window, but not in the custom propeties box and therefore not in the BOM when I do an assembly.
I can manually copy and paste the description from the configuration window into the custom propety box but that is kinda time consuming and really defeats the purpose of the table to a degree.
Is there someway to make those propeties also appear in the
custom properties box short of writing a macro.
Thanks in advance.
The descriptions that I set in the table show up in the configuration window, but not in the custom propeties box and therefore not in the BOM when I do an assembly.
I can manually copy and paste the description from the configuration window into the custom propety box but that is kinda time consuming and really defeats the purpose of the table to a degree.
Is there someway to make those propeties also appear in the
custom properties box short of writing a macro.
Thanks in advance.






RE: Configurations and Customer Properties
$PRP@propertyname
where "propertyname" is the name of the property you want to drive with the table. Note that the property names are case-sensitive, such that "PartNumber" is not equivalent to "PARTNUMBER" or "partnumber".
RE: Configurations and Customer Properties
Jeff Mirisola, CSWP
CAD Administrator
SW '07 SP2.0, Dell M90, Intel 2 Duo Core, 2GB RAM, nVidia 2500M
http://designsmarter.typepad.com/jeffs_blog
RE: Configurations and Customer Properties
Thanks for the help.
RE: Configurations and Customer Properties