EPDM Client: 14.02.0714
EPDM Build: 14.2 (B714)
SW 2014 x64 SP3.0
I'm still working on my company giving me access to the SW Customer Portal/Knowledge Base, so I don't know if these are existing bugs or if they've been fixed.
But I'm trying to create a dispatch script that moves data from the @ tab to the current configuration on addition to the vault, but the behavior is wonky.
If the @ configuration is hidden through EPDM display options, this prevents Dispatch from reading in ANY variables from the @ configuration.
Also %CurrentConfig% never gets populated with any value despite being a preset variable listed in the help files. And setting a new variable with type "current config" under the set variables menu, fails to get a configuration as well.
What gives?
Use Transition Action in Workflows. With function Set Variable you can do this - 2014 SOLIDWORKS PDM Help - Transition Action Dialog Box
For copy Description property from custom property tab @ to "Default" configuration property tab don´t use %var_Description@MyConfig1% but %var_Description@@%.
I hope this helps