Источник:
http://jianwang.blogspot.com/2009/07...-on-print.html
==============
CRM 4.0 doesn't provide a true field level security, e.g.: If developers hide attributes/tabs for certain users using
crmForm.all.filed.style.display = "none"; These users can still see the field if they Print the record(CRM print preview).
I have submitted a feedback to Microsoft about it.
There are no supported way to achieve that,
this workaround is not supported!
The file you need to modify is: \CRMWeb\_forms\print\print.aspx
Add the following code just before the 〈/html〉 tag.

Источник:
http://jianwang.blogspot.com/2009/07...-on-print.html