Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! 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?