The below link is a great post on how to do this:
MSCRM 4 - Remove 'Add Existing xxxxx to this record' button by Dave Hawes
The only modification I made to this code was to use
liElements[i].outerHTML='<SPAN></SPAN>';
instead of
liElements[i].style.display = 'none';
My next post will discuss how to change the name of these associated buttons.
No comments:
Post a Comment