Hi,
I want to hide Custom entity form name in Microsoft CRM 365. I have tried the following method to hide form name on form load js.
function SetFormHeaderNone()
{
document.getElementById('FormTitle').style.display = 'none';
}
But the above not working instead display error.
Please anyone help me.
Thanks
Srini
*This post is locked for comments