cancel
Showing results for 
Search instead for 
Did you mean: 

Custom Component Error - BTCustomerH not bound

Former Member
0 Kudos

Dear All,

I have cretaed the Custom component in that i created one view. In the View i tried to bring the two z-fields. But i am getting the error "BTCustomerH not bound". Please help me to solve this problem.

Thanks & Regards,

Ashok.

Accepted Solutions (1)

Accepted Solutions (1)

ajaya_kumar
Active Participant
0 Kudos

Hi,

Goto the getter method (get_XYZ where XYZ is your attribute name) of your attribute and you will find following line ther


value = 'BTCustomerH not bound'.

Replace above line with


value = ' '.

Hope this hepls!!!

Regards

Ajay

Answers (1)

Answers (1)

venkata_bharath
Participant
0 Kudos

Hi Ashok,

"BTCustomerH not bound" means that i am thinking you did not bind your context node to the custom controller or component controller.

If it is the case you should bind your context node to the custom controller or component controller. Then the error may be cleared.

Regards,

Venkatabharathv

Former Member
0 Kudos

Hi Venkatabharathv,

Thank you very much for your reply. I have binded the context node to component controller. But still it is showing the error.

Thanks & Regards,

Ashok.