To personalize the status bar, navigate to File > Tools > Options > Status Bar. Select checkboxes for the information that you want to appear on your status bar.
Add following line to init method of form:
this.setStatusBarBackgroundColor(255,0,200,255);Global, all forms. Add same line to \Classes\SysSetupFormRun\init
Solutions to change form color based on company account/environemnt:
http://patrikluca.blogspot.com/2010/03/changing-background-color-for-forms-by.html
http://www.agermark.com/2011/12/color-code-forms-in-ax-2012-depending.html
http://daxonline.org/1478-custom-text-in-status-bar.html
Change value of StatusBarStyle property on form design.
Determines how to display the status bar on a form. Use this property to hide the status bar, display only help information, display status bar elements based on the WindowType, or to always display the full status bar. Forms with a WindowType of ListPage, ContentPage, or Workspace ignore this property.
When set to Auto it looks at the WindowType to infer the value. Lookups do not have status bar etc.
DaxOnline.org is free platform that allows you to quickly store and reuse snippets, notes, articles related to Dynamics AX.
Authors are allowed to set their own AdSense units.
Join us.