Archive
Archive for July 4, 2012
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”
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
🙂
Categories: CRM 2011
Tags: collapse, CRM 2011, expand, form properties, hide form assistant
Stats
- 1,050,465 hits
Translate
Top Posts
- Associate/Disassociate plugin messages in CRM
- Data Tables - Error - Non table node initialization
- [Step by Step] Dynamics 365 - Microsoft Forms Pro Survey Solution
- [Code Snippet] Custom Workflow Activity with Input and Output Params
- [Step by Step] Postman tool to test Dynamics 365 online Web API
- Useful JScript syntax's – ADX/Dynamics 365 Portals
- [Step by Step] Restore a Database from Azure Blob to Azure SQL Server
- Sandbox vs Production Instances – Dynamics 365
- God Mode - Level Up - Dynamics 365 Chrome Extension
- Auto generate new GUID for ‘uniqueidentifier’ column in SQL Table