Thursday 22 September 2016

Get LedgerDimension for Vendor and Customer in AX

For Customer:-

DimensionStorage::getDynamicAccount(AccountNum, LedgerJournalACType::Cust)



For Vendor:-

DimensionStorage::getDynamicAccount(AccountNum, LedgerJournalACType::Vend)

No comments:

Post a Comment