Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Only allow positive values in a currency field, not allow zero?

Chandler2
Tera Guru

I have a currency field and want to only allow positive values in the field. It should also not allow zero or negative values to be entered.

 

Please help.

Thanks!

5 REPLIES 5

Actually, If I check value in snutil, it is EUR;0.0. So, it always has to be EUR.

Maybe we have to include this in the regex as well.