web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :

Find Ledger Account Id by Ledger dimension in Ax 2012

SANTOSH KUMAR SINGH Profile Picture SANTOSH KUMAR SINGH 1,224
To Find Ledger Account Id by Ledger dimension in Ax 2012 you can get hint from below code.

findByLedgerDimension is a method defined in Mainaccount table where you can pass ledgerdimension value . MainAccountId is field name which is created in MainAccount Table. MainAccount Table is main master table for Ledgers.

info(strFmt("%1",MainAccount::findByLedgerDimension(3427167077).MainAccountId));

This was originally posted here.

Comments

*This post is locked for comments