Dynamics CRM Developer Tip O’ the Day: Working with Tabs
I learned an important lesson yesterday, again, on working with tabs with Dynamics CRM forms. There are several ways to reference tabs when writing JavaScript and using the Xrm.Page model. You may reference the tab by number, like this: Xrm.Page.ui.tabs.get(2) Note: Tabs are numbered starting with zero for the first tab. Or by name, like […]
Continue reading