LedgerJournalTrans::getOffsetLedgerDimForProposalServer Method

Gets the offset ledger account for the default account for a proposal.

Syntax

server private static LedgerDimensionAccount getOffsetLedgerDimForProposalServer(
    LedgerDimensionDefaultAccount _defaultLedgerDimension, 
    LedgerJournalAC _accountNumber, 
    LedgerJournalACType _accountType, 
    AssetBookIdPurchSalesInvent _assetBookId, 
    LedgerJournalTable _ledgerJournalTable)

Run On

Server

Parameters

Return Value

Type: LedgerDimensionAccount Extended Data Type
The ledger account.

Remarks

This method mirrors the getOffsetLedgerDimensionForProposal method but is guaranteed to run on the server.

See Also

Reference

LedgerJournalTrans Table