Question
JPMC
IN
Last activity: 30 Nov 2016 5:02 EST
Application wide validation
Hi All,
In my application if i have 200 input feilds and say 50 flowactions..now i want to validate all the input feilds to not have few special chars like "%, $, #, ! etc"
What is teh best way to do this??
I can think of edit validate rules, but in that case i need to use that in all my 200 properties,
and other way is to open each 50 flowactions and use validation for all properties used in that flowaction... which is again troublesome...
So any better approach?