cancel
Showing results for 
Search instead for 
Did you mean: 

new field data not passed from BupaSearch to BupaCreate

former_member186444
Participant
0 Kudos

Hi,

We have 2 new fields on BupaSearch. When we hit the create button to create a new BP, any data entered in the 2 new fields is not then passed through to the BupaCreate view. I've debugged in method 'CREATE_ACCOUNT' in BupaSearch, where it sets up parameters but the fields are not available to use at this point for some reason. So, for example, the following will fail:

lv_nickname = lv_query->get_property_as_string( 'NICKNAME' ).

Can anyone point me in the right direction ?

thanks,

Malcolm.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Malcom,

How did you add new fields to the BUPASearch view? Are they part of BUPA BOL object?

If they are available in the BOL structure you should be able to read them .

Thanks,

Thirumala.

former_member186444
Participant
0 Kudos

Hi Thirumala,

thanks for the response. It turns out the fields were not added as attributes in the IC Weblient Workbench (I think they were just added manually in the view layout), so were not available in the BOL structure. I've made some small modifications to the code and this is working fine now.

thanks for replying.

Former Member
0 Kudos

Hi,

I need your help. Im trying to create a new field "identification type" in a view. This field is existing as a attribute of "BuilIdNumber" object. Im able to add this as context node. But when i include this field in view, and launch webclient, this field is disabled, Can you help me on this. I have used the wizard for creating a context node.

Can you plz tell all the steps in detail that are to be carried to add new field to a view.

Thanks in advance,

chandan