cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X

Validator

fwertt
5-Regular Member

Validator

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 1
VladimirN
24-Ruby II
(To:fwertt)

What PTC's software are you using here?

Top Tags