Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves an editable field that contains the ledger account number for the accrued costs account.
Syntax
edit ProjLedgerDimensionDefaultAccountEst accruedCost(boolean _set, ProjLedgerDimensionDefaultAccountEst _ledgerAccount)
Run On
Called
Parameters
- _set
Type: boolean
A Boolean value that indicates whether to set the ledger account for accrued costs to the value of the _ledgerAccount parameter.
- _ledgerAccount
Type: ProjLedgerDimensionDefaultAccountEst Extended Data Type
The ledger account for accrued costs.
Return Value
Type: ProjLedgerDimensionDefaultAccountEst Extended Data Type
A LedgerAccount value that represents the ledger account number for the accrued costs account.
Remarks
The _ledgerAccount value is used by the private setLedgerAccount method to retrieve the posting account from the ProjPosting table.