cancel
Showing results for 
Search instead for 
Did you mean: 

How to Raise New Pop-Up After OVS Data Selection

Former Member
0 Kudos


Hi,

In my development i've done one custom search help(OVS) for one field. When i'll select ovs,there i'm fetching data from DB and showing. After selection of data from OVS means in Phase-3 i've some validation based on selected data. if selected data is wrong then i need to raise one popup and have to display some data from other DB. i tried in phase-3,raised popup method but no use its closing pahse of OVS,its simply closing the OVS.

Regards,

Jack.

Accepted Solutions (0)

Answers (1)

Answers (1)

ramakrishnappa
Active Contributor
0 Kudos

Hi Jack,


Jack sparrow wrote:

if selected data is wrong then i need to raise one popup and have to display some data from other DB.

I think, the selected data from ovs cannot be wrong in any means, as you are populating the help list for the user and search help hit list should be always having valid data

---------------------------

Once user selects data from ovs, it reaches the final phase of OVS cycle and hence it closes automatically.

Instead, I suggest you to restrict the user at PHASE2, i.e. while user searches for specific list of help data, you can validate the input and if his/her search is valid, you can fetch data accordingly and populate the hit list.

Please refer the below document:

Hope this helps you.

Regards,

Rama

Former Member
0 Kudos

Hi Ramakrishnappa,

That field is inside table, User will select that field OVS then from selection i've validation. At fetching time we'll fetch and display correct data only. But this selected record is wrong,requirement is like this. If we'll stop that ovs closing in Phase-3,then popup can raise.

Any posibility to stop that OVS ?

ramakrishnappa
Active Contributor
0 Kudos

Hi Jack,

I dont think its possible to restrict the ovs being closed after phase 3 is processed.

I suggest you to go for freely programmed search help. You can control the search help window as per your requirement.

Hope you can find some examples from scn.

Regards,

Rama

Former Member
0 Kudos

Hi Ramakrishnappa,

It's possible.I got it. I closed OVS In Phase-3 and Raised popup.

Regards,

jack.

ramakrishnappa
Active Contributor
0 Kudos

Hi Jack,

You no need to close the OVS window in PHASE 3, as system automatically closes it.

But, you can not stop the OVS being closed in PHASE3.

Regards,

Rama