Hello!
I'm working with SolidWorks PDM 2017 SP5.
I'm having an issue creating a new validation in a transition
I want to do some like this
IF(
Category = A
AND
RandomVariable = 0)
OR(
Category = B)
A little more readable the problem for those who know a bit of programming
if((Category=="A" && RandomVariable = 0) || Category == "B")
It is possible to validate in transition?
Thanks so much for your time!
You mean like this?