Share via


ProjCategory.invoicedTurnover Method

Retrieves an editable field that contains the ledger account number for invoiced revenue posting.

Syntax

edit ProjLedgerDimensionDefaultAccountTM invoicedTurnover(boolean _set, LedgerDimensionDefaultAccount _ledgerAccount)

Run On

Called

Parameters

  • _set
    Type: boolean
    A Boolean value that indicates whether to set the ledger account for invoiced revenue to the value of the _ledgerAccount parameter.

Return Value

Type: ProjLedgerDimensionDefaultAccountTM Extended Data Type
A LedgerAccount data type that represents the ledger account number for the invoiced revenue.

Remarks

The _ledgerAccount value is used by the private setLedgerAccount method to retrieve the account from the ProjPosting table.

See Also

Reference

ProjCategory Table