Articles

Affichage des articles associés au libellé Form

CRM Dynamics : Improve Form with Tab Menu

I was wondering how to have all data user need in only one screen. Then I Googled and found this : http://www.itaintboring.com/dynamics-crm/dynamics-crm-creating-navigation-tabs/ I want to always keep Basic Information of the contact/account  we have tabs, and we can collapse it or uncollapse it If we collapse a a tab all the width of the screen is hidded.  Then I decided to try to work with section and not tabs. My idea was to have a Tabs with 3 column and only the column of the middle would be dynamic in link with the tab menu Then I created 1 Tab with 3 column and all the section in the column of the middle have  A name that start by "NavSection_"   The label hidded Are hidded by default unless the first <html><head><meta charset= "utf-8" > <style> * { margin: 0 ; padding: 0 ; } .activeTab { background-...