Hi Experts,
I have scenario where I want to refresh the Home Grid ribbon.
I have added script on "New" button to hide the "New" button if there is already a one record is present. It is working fine on form. But when I delete the record from home grid the "New" button is not visible instantly and I have to reload the page to check the result.
Tried the below code to refresh ribbon on form and working fine:
formContext.ui.refreshRibbon();
But it is not working on Home Grid ribbon.
Any help would be appreciated.
thanks in advance!