I have a custom entity [say A]. It has no record initially when user visits its homepage (CRM View).
User later selects records from another custom entity [say B] homepage (CRM View), and add them successfully into Entity A via a custom Ribbon button.
User accesses Entity A homepage again. However, the added records are not displayed in the CRM View unless browser refresh button is pressed.
How to force such refresh programmatically when user accesses Entity A homepage?
Tiong