Hello,
i have a Z component.
Inside there is a window and one view.
In this view i have two context nodes - A and B.
Context node B implements method ON_NEW_FOCUS for event NEW_FOCUS of context node A.
In this method context node B executes BOL query and fills its contents from the query.
I have event in the view - ON_START.
When this event is executed - DB table which holds data relative to the query in node B is updated via API function (not via GENIL modify_object).
As result contents of node B is not automatically updated with the modified data from the event.
I need a way to update context of the node B.
Please, advise how to do it.
Regards,
Rosen