Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Get values back from search help

Former Member
0 Likes
440

Any way to get the values back from a search help?

We have many customized search helps with function exits.

When user presses F4, it is okay. But if they type the value, it should be the one from search help. Do not want to code that functionality.

Any advice experts?

Thanks in adv.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
416

Hi Aishi ,

Seach help can not validate a field value , it only proposes the value.

To validate a field you need to go for the Foreign KEY Relationship and for that

create a check table make the relationship for that field .

Regards

Pinaki

Hi Aishi ,

Seach help can not validate a field value , it only proposes the value.

To validate a field you need to go for the Foreign KEY Relationship and for that

create a check table make the relationship for that field .

Regards

Pinaki

1 REPLY 1
Read only

Former Member
0 Likes
417

Hi Aishi ,

Seach help can not validate a field value , it only proposes the value.

To validate a field you need to go for the Foreign KEY Relationship and for that

create a check table make the relationship for that field .

Regards

Pinaki