Amount or Number Range Using Function


Ashvin Gami

2024-12-09 14:15:32


Need to put below function for field20503 to restrict values from 10,000 to 15,000.

JS:validateEntry('field20503',150000.00,10000.00);

For DLIST:

JS:validateEntry('field20503_0',150000.00,10000.00);