I have created a form calle CustPromosFormPart to use as a form part in the CustTableListPage. This Form part has 4 tabs with different datasources.
I don't have a direct relation with CustTable. What I do is I refresh the querys in the CustPromosFormPart's init() and tab:PageActivated method.
The problem with this is that the query is not refreshed when I move for example to the next line in the CustTableListPage. I have to change to a different tab in the Form Part to refresh the data.
Is there any method I can use to update the data in the form part?
*This post is locked for comments
I have the same question (0)