I have a list in the Master view, when I select an item it shows in the detail view for approval.
When I approve the request I call oModel.refresh(); on approval success, this causes the Master view to refresh correctly, and the approved request disappeared. but the detail view stays with the same request even after approval.
So I need the processed item to be removed from the master list and the next item to be selected and displayed.
How to do that?
thanks in advance.