Home > CRM 2011 > Hide or Show Form Assistant in CRM 2011

Hide or Show Form Assistant in CRM 2011

Hi,

We can Enable/Disable and Expand/Collapse the ‘Form Assistant’ by default in CRM 2011 using Form properties.

Navigate to “Settings -> Default Solution -> Entity Customization Form -> Form Properties”

Form Assistant Settings

Form Assistant Settings

You can even use below JScript to hide/show the Form Assistant

document.getElementById(‘tdRelatedInformationPane’).style.display = ‘none’;  // ‘none’ to hide and ‘block’ to show

🙂

Advertisement
  1. No comments yet.
  1. No trackbacks yet.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: