Query model when field updates

From page “A” I have to redirect to another page (page B) for fields in a model to updated on page A.

When there are changes in a model I need to re-query certain models. I am using the action framework on the model to listen for changes on a particular field to update, to then re-query certain models. That did not work.

I have to manually refresh the page in order for the model to reflect the changes. I think I may need to use a javascript that “listens” for changes and re-queries but I am looking to the community for some guidance. 

Please let me know if you need more info.

Thank you!