Hi,
I have what I think is a simple issue but I can't seem to fix it.
I have a 'Request' application which asks for Approval/Rejection from another user. (all data in SP List by the way).

In the image above the Request has previously been Approved and so the Approved button is now disabled. Let's say a mistake was made and the Approver now wants to Reject the Request...if I hit the Reject button it Patches the list field "Sponsor Approved" : No. Currently the Display Mode of both buttons depends on the Sponsor Approved field in my list... "No" should disable Reject and enable Approve....vice versa for Sponsor Approved being "Yes".
The issue is that although the patch is working I have to exit and reload the application to see the new state of the buttons.
How do I get the buttons to reload with the change of data in the Sponsor Approved field while I'm still on the page?
Thanks