Hi All,
I have a requirement for refreshing the CRM home grid based on a button click.
I have added custom button and java script on the home grid of my entity, when a user clicks on the button the script will do some business logic and after that I need to refresh the home grid.
I already tried the following code for achieving the same but it is not working. It is showing an error 'Unable to get property 'document' of undefined or null reference'
"window.parent.opener.document.getElementById("crmGrid").control.refresh();"
Can anyone help me ...
Thanks
Abhiram
*This post is locked for comments
I have the same question (0)