Use the below code to get default dimension for any main account id
static void getDefDimMainAccId(Args _args)
{
RefRecId defDim;
defDim = DimensionStorage::getDefaultAccountForMainAccountNum('10000');
info(int642str(defDim ));
}
static void getDefDimMainAccId(Args _args)
{
RefRecId defDim;
defDim = DimensionStorage::getDefaultAccountForMainAccountNum('10000');
info(int642str(defDim ));
}
No comments:
Post a Comment