Share via


ProjPost.creditAccountOnAccLedgerDimension Method [AX 2012]

Returns the ledger dimension for posting the credit side of transactions for on-account accounts.

Syntax

public LedgerDimensionDefaultAccount creditAccountOnAccLedgerDimension(ProjFundingSourceRefId _fundingSourceID)

Run On

Server

Parameters

Return Value

Type: LedgerDimensionDefaultAccount Extended Data Type
The ledger dimension for posting credit amounts for the on-account account.

Remarks

This method must be overridden by the class that extends this class to provide the necessary functionality for the transaction that is being posted. Otherwise, it will throw an exception.

See Also

Reference

ProjPost Class