Hi,
my little method changes some financial dimension on a default dimension and as result I get a new default dimension (using DimensionAttributeValueSetStorage.save())
If I have a look to the defaultdimension just updated I can see all the financial dimensions I expect, to check them I do the following :
DimensionAttributeValueSetStorage dimStorage;
int i;
dimStorage = DimensionAttributeValueSetStorage::find(52565555301 );
for (i=1 ; i<= dimStorage.elements() ; i++)
{
info(DimensionAttribute::find(dimStorage.getAttributeByIndex(i)).Name +"----" +dimStorage.getDisplayValueByIndex(i));
}
If I save this new default dimension in a PurchLine and then shown the financial dimension tab, I miss some financial Dimensions, not all I expect are shown.
Any idea?
*This post is locked for comments
I have the same question (0)