function
ForceRefreshForm()
{
if(Xrm.Page.data.entity.getIsDirty())
Xrm.Page.data.entity.save();
else
window.location.reload(true);
}
{
if(Xrm.Page.data.entity.getIsDirty())
Xrm.Page.data.entity.save();
else
window.location.reload(true);
}
This blog aims to provide some technical tips about Microsoft Dynamics CRM 4.0 to D365, SQL Server and .Net.