Friends,
We can have more than 8 tabs on a CRM Form if required. (It is unsupported but very easy to implement).
Procedure :
In: C:\Program Files\Microsoft CRM Server\CRMWeb\Tools\FormEditor find your formeditor.aspx and select edit. Find the JavaScript variable _iMaxTabs and notice that it is set to 8. Change the value to your desired limitation, save and close, reset IIS and you should then be able to create the additional tabs needed from within the forms customization area.
Note : This change will be refelected in all the CRM form.
We can have more than 8 tabs on a CRM Form if required. (It is unsupported but very easy to implement).
Procedure :
In: C:\Program Files\Microsoft CRM Server\CRMWeb\Tools\FormEditor find your formeditor.aspx and select edit. Find the JavaScript variable _iMaxTabs and notice that it is set to 8. Change the value to your desired limitation, save and close, reset IIS and you should then be able to create the additional tabs needed from within the forms customization area.
Note : This change will be refelected in all the CRM form.