cancel
Showing results for 
Search instead for 
Did you mean: 

F4 Search through OVS

Former Member
0 Kudos

Hi,

i want to do OVS in my appliation and i had gone through the PDF regarding OVS and i downloded the sample project called weddynpro_OVS_Valuehelp

but i didnt get where is the control for the no-of input fileds which gets displayed after clicking F4 button means all AirlineID ,Dept city,arrival city etc like that 8 inputfields are shown...

According to my requirement i want to show only 4 inputfields and based on the values entered by the input field module has to be executed..

I didnt understood where to write code for the inputfields which has to be displayed

Can anyone plz help me in this

Regards

Chandra

Accepted Solutions (1)

Accepted Solutions (1)

former_member197348
Active Contributor
0 Kudos

Hi Chandra,

In wdDoInit(), You are passing the input node wdThis.wdGetCustOVSController().getOVSInputNode(), just delete unnecessary attributes for this node in OVS controller.

regards,

Siva

Former Member
0 Kudos

Hi Siva,

In wdThis.wdGetCustOVSController().getOVSInputNode() means InputQueryNode of context i am having 3 fields which has to be displayed after F4 click.But only 1 field which has F4 is getting displayed in the dialog box which comes after F4.The remaining 2 fields are not getting diaplyed.

Can u plz tell me what to do to display the remaing 2 inputfields also along with the inputfield which is getting displayed

Regards

Chandra

Answers (0)