I am trying to link custom properties to my WPDM part / assembly files.
I have created a description field inside my part / assembly custom property files and wish to link this to the Solidworks WPDM description.
I also wish to link the 'Number' to the actual file name.
I'm pretty sure this is possible but I can't figure it out!
Many thanks for the help
I have finally figured out how to do this. Fairly simple and I'm sure most users know this but I will list below in case anyone happens to have the same question.
Linking a custom property description to the 'main' description
File > Properties > Property Name = Description > Value / Text Expressions = The Custom Property you wish to link it to, in my case this is = $PRP:"Description - Custom Property"
Another example, if you want to link the 'Number' field to the actual file name you can do this by
File > Properties> Property Name = Number > Value / Text Expressions = $PRP:"SW-File Name"
Hopefully that makes sense? If for any reason this is still the wrong way to do it please let me know.