Hi,
I have added two new fields (ID Type, ID Number) to the BupaSearchB2B view. IDType is a dropdown popup and it works. I need to be able to search on IDType and IDNumber...this is where my problem begins...it does not work. I need help in knowing which class or where I need to modify the GET_QUERY_RESULT, etc. I hope to get some helpfuk feedback.
Thanks in advance,
Kola
Hi
Do you know what context nodes your two new fields are located on. you can see the context nodes in the page attributes of bupaSearchB2b.htm
Each of these nodes has various methods for setting attributes, e.g. SearchCustomer has SET_ACCOUNTNO method.
When you select the id type from the dropdown, you could set the corresponding attribute, if one exists, on the context node and then carry out the search. I think this might work.
Add a comment