cancel
Showing results for 
Search instead for 
Did you mean: 

BSP enhancement

Former Member
0 Kudos

Hi,

I have added 3 custom fields to BSP in selection.bsp, those are displaying in the brower too. and these 3 flds are for selection criteria.

But I want to add logic to selection.do.

1. The input parameter entered for newly added flds are not displaying..

For examle If i enter the value for newfld1..and selecting the option display selection.

the value is not staying in that fld(just like Hide fld)

2.

I want to filter the values based on the newflds.

Where I need to add the logic

Plz Help me...

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You need to collect the form fields value(input parameter entered for newly added flds) in DO_HANDLE_DATA event, and add your logic into DO_HANDLE_EVENT event.

I hope this would help you.

Regards,

Ramki.