Issue: Add attribute/field on CRM form header. For same attribute set ‘Display label on the form=FALSE’ & “Visible by default=FALSE”. Reload page. Label get hidden but Value still shown to user.
Upto UR11 value get hidden.
Do anyone facing same issue? It could UR12 changes issue.
Temporary Resolution: I have only alternate way to hide same attribute is to write below code line on form OnLoad event. But this code line do flash field value for fraction of second and then disappear.
“window.document.getElementById("header_<attributeschemaname>_d").style.display = "none";”
Any other good suggestion?