ProjForecastPost.creditAccountCost Method [AX 2012]

Retrieves the ledger account for posting the credit side of transactions for costs.

public LedgerDimensionDefaultAccount creditAccountCost(ProjFundingSourceRefId _fundingSourceId)

Run On

Server

Parameters

_fundingSourceId
Type: ProjFundingSourceRefId Extended Data Type
The funding source that is associated with the project contract that is used by this transaction.

Return Value

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

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.

Show: