cancel
Showing results for 
Search instead for 
Did you mean: 

Value check for input field with OVS

0 Kudos

I used OVS for an input field. But I got a problem that the check table for this field is not effective anymore, which means that the field accept any value if I directly input the value.

Can the check be configed in OVS framework or I have to implement extra code for the check?

Please help, thank you.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Jingli Xianyu ,

What you can do is .

1----> If user entering the value directly in the input field the write the validation code whether that value is exist in the table in

ONENTER of the input field .

2----> if user is just typing the valu in that i/p whithout entering . validate the data in the i/p field before navigating the screen

3----->if user click the search help for that i/p fields display only the value that exist only on the check table by writing select query

logic in OVS method .

Write the logic in a method of assistance class and call it where ever you require that validation . ( for resuablity )

Regards

Chinnaiya P