ProjForecastPost.debitAccountSalesAccrued Method [AX 2012]

Retrieves the ledger account that is used for the debit side of a posting transaction for sales-accrued revenue.

public LedgerDimensionDefaultAccount debitAccountSalesAccrued(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 posting account for the debit amount of sales-accrued revenue transactions.

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.

Community Additions

ADD
Show: