How to update data shown in a view following a related action from the view?

Certified Senior Developer

Hi,

On a entity backed record a related action has been defined to set a status flag on the record to canceled.
When user choses the related action from a (summary) view, the related action is performed and returns to the same (summary) view. i.e. writes to db a status of canceled
The changes made by the related action are not reflected on the view. i.e. status is not set to canceled although the status flag in the database has been set correctly.
Refreshing the browser page then correctly displays the view with the record at canceled status.

Any help much appreciated

Thanks

  Discussion posts and replies are publicly visible