Hi All,
I have enhanced the component FITE_UI_SUMMARY and added one attribute (AMOUNT) on view context.
Now I want to assign the value of AMOUNT attribute to UI element under visible property. When I try to bind it, system is not allowing me to do that.
Under method WDDOMODIFYVIEW, i have added the code
wd_context->set_attribute( name = 'AMOUNT' value = l_amt_paid_emp ).
Also After executing the application, I'm getting error "Could not find attribute AMOUNT"
Please let me know your expert comments.