Источник:
http://sashanazarov.blogspot.com/201...be-useful.html
==============
<div dir="ltr" style="text-align: left;" trbidi="on">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:
<span style="font-size: x-small;">
static void DEV_Dimension
(Args _args
)
{
CustTable custTable
= CustTable
::find("1101");
DimensionAttributeValueSetStorage dimStorage;
Counter i;
dimStorage
= DimensionAttributeValueSetStorage
::find(custTable.
DefaultDimension);
for (i
=1 ; i<span style="color: #00007f;">