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.

How to take field value from only between 0 to 100 in servicenow

Sai Santhoshi
Tera Contributor

I have a field in the table, how to make that field only accept values from 0 to 100(whole numbers) in servicenow 

5 REPLIES 5

James Chun
Kilo Patron

Hi @Sai Santhoshi,

 

You can use a Business Rule and/or a Client Script.

Refer to an old thread - https://www.servicenow.com/community/developer-forum/can-we-set-a-limit-on-integer-input-variables/m...

 

Cheers

swathisarang98
Giga Sage

Hi @SwathiSarang98

 

I have a table, we already loaded the data into the table and in the form we have a variable in that variable the values are populating from the table. Please help me

@Sai Santhoshi  could you please share some screen shot of your requirement and screenshot of what you already have configured ?