Back in March I wrote the following article: Dynamics CRM Developer Tip O’ the Day: Working with Tabs. Today I was working on some pre-existing customer JavaScript and ran across this: Xrm.Page.ui.tabs.get(0).sections.get(6).setVisible(false); // Hide section Don’t ever do that! Bad developer! Bad! So again, never, ever use the numerical value to reference a Tab or […]
↧