Share via


ProjPost.debitAccountOnAccLedgerDimension Method [AX 2012]

Returns the ledger dimension that is used for the debit side of posting an on-account transaction.

Syntax

public LedgerDimensionDefaultAccount debitAccountOnAccLedgerDimension(ProjFundingSourceRefId _fundingSourceId)

Run On

Server

Parameters

Return Value

Type: LedgerDimensionDefaultAccount Extended Data Type
The posting dimension for debit amounts of on-account transactions.

Remarks

This method must be overridden by the class that extends this class; otherwise, an exception message will be thrown when the method is called.

See Also

Reference

ProjPost Class