Hello
I want to describe some scenario, and want to know if there is workaround for this issue.
I have an BO created based on external table.
I have an form with controls bound to this BO.
If i want to add some column to this table, i have to refresh BO. Is there any other possilibity, than change query (even If i had SELECT * FROM ...)?
If I will change query to some other table, and next again change to proper table, BO has proper definiotion. But unfortunatly all bindings with form controls dissapear.
Is any other way to refresh BO without loosing controls binding?