Share via


ProjPostItemJournal.creditAccountCostValueLedgerDimension Method [AX 2012]

Gets the ledger dimension for posting the credit side of transactions for costs.

Syntax

public LedgerDimensionDefaultAccount creditAccountCostValueLedgerDimension(ProjFundingSourceRefId _fundingSourceId)

Run On

Server

Parameters

Return Value

Type: LedgerDimensionDefaultAccount Extended Data Type
The ledger dimension for posting credit amounts for costs.

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

ProjPostItemJournal Class