Posts

Creating Horizontal tabbing in CRM 2016 Forms like CRM 4.0 Forms

Image
Sometimes we have requirement to have horizontal tabbing in CRM 2016 Form, but in CRM 2016 OOTB Horizontal Tabbing is not available.   In such situations, we've got no choice but to simulat e the tabs of CRM 4.0 form by embedding an HTML web resource with tab controls in the header of the form which will show/hide the tab sections upon clicking. User want horizontal section tabbing like below: To achieve above functionality follow below steps: To start implementing, download the HTML file from  here . Upload that HTML file as a web resource in your CRM organization solution. Open the form that you want to add tabs under Header and insert the uploaded web resource in the header of that form. Go to the Formatting tab and change the number of rows to 1 and occupy all columns in layout. PS: Currently, I've just added 12 tabs in the html web resource so that it can handle the forms with maximum 12 tabs. If your form has more than 12 tabs, you h