Category Archives: Dynamics CRM

How to Increase the Tab limit in CRM Forms

By default the max number of tabs allowed in CRM Form is 8. The max tab limit is defined in JavaScript of formeditor.aspx. This page can be found at the following location “\Microsoft Dynamics CRM\CRMWeb\Tools\FormEditor”. You can change the count specified in the _iMaxTabs to increase the count as shown in the below screenshot. Note:… Read More »

How to design a Custom Activities/History tab to show Activity Party information

There have often been requests for displaying the Activity Parties in the Activities/History tab of Account/Contact. The details in these views are gathered from the ActivityPointer entity. The activity pointer entity is not customizable and so you are stuck with not having the activity party information like Sender/Receiver not being available for reference in the… Read More »