Form Text Field:
Want to allow user just to insert data that start with "PRODUCT TYPE"
and further they can add as below
Product Type
Product Type-1
Product Type-91
Product Type-33
Product Type-BAX
Product Type-UAT
Form Text Field:
Want to allow user just to insert data that start with "PRODUCT TYPE"
and further they can add as below
Product Type
Product Type-1
Product Type-91
Product Type-33
Product Type-BAX
Product Type-UAT
Assuming that you're talking about a form, the input control is bound to a table field and you want the same logic in all forms, you can override validationField() and/or validateWrite() method on the table and check if the value starts with the given text (with strStartsWith()).
validateField() is called immediately when a field value changes in a form.
validateWrite() is called before saving a record to database.
Abhilash Warrier
185
Martin Dráb
147
Most Valuable Professional
Vahid Ghafarpour
130
Super User 2025 Season 1