Apr 15, 2016

LedgerDimension (Account 생성)

static DimensionDynamicAccount findLedgerDimension_Account(str _LedgerAccount, LedgerJournalACType _LedgerAccountType)
{
    DimensionDynamicAccount         _SetLedgerDimension;

    _SetLedgerDimension = DimensionStorage::accountNum2LedgerDimension(_LedgerAccount,_LedgerAccountType);

    return _SetLedgerDimension;
}

No comments:

Post a Comment