Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
I have a Property display with some fields to fill. One in specific calls FieldName.
I put a Validator to validate with a parameter called FieldName that the user just fill it with some text like "Action Code" no "actioncode" or something diffrent, just the String.
and my expresion is like this.
if(FieldName == "Action Code") {result: true;} { result: false;}
What PTC's software are you using here?
