Quantcast
Channel: Microsoft Dynamics AX Forum - Recent Threads
Viewing all articles
Browse latest Browse all 73760

AX 2012 - how to read a container

$
0
0

Hi,

I am trying to to see what inside the fields hash from the table DimensionAttributeValueSet¨.

I tried two methods but neither seems to be working. The first returns blanks and the second return blank in varaible a  and zeroes in variable b and c.

static void BcyrTest(Args _args)
{
   DimensionAttributeValueSet   dimset;

   str  a,b,c;

   while select * from dimset
   {
        //First method
       
      info(strFmt("dimension set = %1", con2str(dimset.Hash)));
       
       //second method
      [a,b,c] = dimset.Hash;

      info(strFmt(" dim = %1 - %2 -%3",a ,b,c ));
    }
}

Can somebody help me ?

 

Thanks.

 


Viewing all articles
Browse latest Browse all 73760

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>