×
Error message
Deprecated function: implode(): Passing glue string after array is deprecated. Swap the parameters in drupal_get_feeds() (line 394 of D:\home\site\wwwroot\webapp\includes\common.inc).
By lane | Thursday, March 31, 2016 ( 6 years 3 months )
I’ve received a few questions regarding a post on the AX R&D Yammer group about how to add default dimension controls to a dialog in the new Dynamics AX. Dialogs are unique in that they often do not have a data source, however there are valid cases to still support the selection of dimensions for batch jobs or other periodic processes.
By lane | Friday, April 25, 2014 ( 8 years 2 months )
Financial Dimensions in AX6 have been revolutionized, as many of us know. Adding them to a form is rather simple, given that one of your underlying data sources has a Default Dimension field. But, what if you were building a form that didn't meet this requirement, or better yet had no data sources at all? This is where the DimensionDefaultingControllerNoDS class comes in to play.
First thing's first: add the class to your form declaration:
