CRM 4: Follow Up button causes script error when Form Assistant Pane is disabled
Obviously many of you have found that Form Assistant Pane is not really that useful. Therefore, CRM 4 has an option to disable Form Assistant Pane completely. However, the CRM team seems to have forgotten about the Follow Up button in the main toolbar. Clicking on the Follow Up button supposedly will expand the Form Assistant Pane and allow users to quickly create a Follow Up task activity, but instead, script error will occur because the Form Assistant Pane is no where to be found.
It is possible to hide the Follow Up button using script on load of the form.
if (document.all._MBdocumentallRelatedInformationPaneExpanddocumentallRelatedInformationPaneLoadContextDatafollowup)
document.all._MBdocumentallRelatedInformationPaneExpanddocumentallRelatedInformationPaneLoadContextDatafollowup.style.display = 'none';
Comments