Hi,
I have a Form with 3 lists that query the same relation/table.
Each list shows different information from the same table.
All of them have the same filter based on an attribute of the table.
Only one of them allows to delete records from the table.
When I add a new record in the Form, all lists update fine.
When I delete a record using the list that allows deleting, that list updates fine.
However the other two don't. If I do a manual refresh of those other lists, then they show the updated status.
What should I do in order to have all the lists affected by this filter, to update when a record is deleted?
(or, what could I be doing wrong for having this unconsistent behavior?)
I'm on version 3.11.2.6000
Thank you!!