Your application can validate the format of many user inputs on a flow action form or user form on the user's workstation, before the user submits the completed form to the application server that hosts PRPC. This feature is known as client-side format validation.
This optional technique has three benefits:
Several standard control rules support this feature, including those for dates, times, and textareas.
When enabled, user inputs are checked for character formats and by JavaScript equivalents to selected edit validate rules. Additional validation may occur later when the form is submitted.
For example, you can't enter a letter into a numeric field. You can't enter 02/31/2007 into a date field. Error notification occurs immediately when you tab out of the input field or change focus to another field.
To enable client-side format validation:
Client-side format validation does not test user input values against restrictions defined on the Table Type area of the General tab of the property.
required field, validation | |
About Edit Validate rules
How to support interactive formatting of user inputs |
|
Standard control rules |