Skip to main content
1-Visitor
June 1, 2018
Question

Validator

  • June 1, 2018
  • 1 reply
  • 2374 views

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;}

 

    1 reply

    24-Ruby III
    June 15, 2018

    What PTC's software are you using here?