Quantcast
Channel: Microsoft Dynamics 365 Community
Viewing all articles
Browse latest Browse all 17314

Why reading whitepapers may be useful

$
0
0
If you don't know how to find a list of values behind a DefaultDimension in AX 2012, Google will most likely get you to the following solution: static void DEV_Dimension ( Args _args ) { CustTable custTable = CustTable :: find ( "1101" ) ; DimensionAttributeValueSetStorage dimStorage; Counter i; dimStorage = DimensionAttributeValueSetStorage :: find ( custTable. DefaultDimension ) ; for ( i = 1 ; i <= dimStorage. elements ( ) ; i ++ ) { info ( strFmt ( "%1 = %2" , DimensionAttribute...(read more)

Viewing all articles
Browse latest Browse all 17314

Trending Articles