Screen Fields
Last updated 23/07/2024
| Event | Executes | Description |
|---|---|---|
| On Enter | Client | Executes on entering a screen field. |
| On Click | Client | Only supports _Button and _Text display types and executes when clicked. |
| On List Select | Client | Executes when selecting a value in a lookup. |
| On Validate | Client | Executes after data has been entered into a screen field. Any invalid data will cause Five to show a message and force the user back to the field. |
| On Exit | Client | Executes on exiting the screen field. |
info
When using the On Click event with the display type _Button, the button for each record will display the same title. For example, if your button is called Show Record, all buttons on the data view will have Show Record as the title.
When using the On Click event with the display type _Text, the value in the field will display on the button.