Imagine 3 BOs, A, B and C
A Owns Multiple B
A Owns Multiple C
Form of A has a reference Query table for B and another for C. Each are on their own Tab.
When the user adds a record to C via the C reference Query table, a process is called that "may" modify a record in the B BO.
The question is.... is there any way to refresh the form so that the reference Query table B on the B Tab is immediately updated?
I have tried all of the form refresh options for each BO and process but the sibling refernce table does not get refreshed unless the form is saved or the affected record in the B reference table is edited.