I need to restrict 0 % to 100 % percentage in edit input field , may i know possibilities .

Hi guys ,

I need to restrict 0 % to 100 % percentage in edit input field , may i know possibilities .

Please help me out

@keerthiy

Use edit validate rule isUrgencyValue.

This checks that the value is between 0 and 100 and runs onChange event on the client side.

You can define custom client side logic as per this article but it requires writing javascript: