Hi,
The following JavaScript in the Form on which you wish to hide
"attributes" will hide the "customerid" attribute's controls:
crmForm.document.getElementById('customerid_d').style.display = "none";
crmForm.document.getElementById('customerid_c').style.display = "none";
Hope this helps!
-Ernst
Dix wrote:
|