How to get LedgerDimensionAccount value for a vendor account.

Use the getDynamicAccount method in DimensionStorage class!

DimensionStorage::getDynamicAccount(<vendorAccount>,enum2int(LedgerJournalACType::Vend));

Cheers~

Comments