How to take field value from only between 0 to 100 in servicenow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2024 02:04 AM
I have a field in the table, how to make that field only accept values from 0 to 100(whole numbers) in servicenow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2024 02:22 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2024 03:05 AM - edited 03-08-2024 03:08 AM
Hi @Sai Santhoshi ,
You can refer the below articles,
Please check and Mark Helpful and Correct if it really helps you.
Regards,
Swathi Sarang
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2024 04:13 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2024 05:43 AM
@Sai Santhoshi could you please share some screen shot of your requirement and screenshot of what you already have configured ?