ProjGroup.accruedTurnoversalesValue Method
Returns, and optionally sets, the ledger account for accrued revenue minus sales value that will be used by projects in this project group.
Syntax
edit ProjLedgerDimensionDefaultAccountWIP accruedTurnoversalesValue(boolean _set, LedgerDimensionDefaultAccount _ledgerAccount)
Run On
Called
Parameters
- _set
Type: boolean
A Boolean value that when set to true sets the ledger account for accrued revenue minus sales value to the value of the _ledgerAccount parameter.
- _ledgerAccount
Type: LedgerDimensionDefaultAccount Extended Data Type
A ledger account for Accrued revenue minus sales value.
Return Value
Type: ProjLedgerDimensionDefaultAccountWIP Extended Data Type
The ledger account for accrued revenue minus sales value.
Remarks
When associated with a control on a form, this method is automatically called every time that the form is redrawn, and _set will be true if the user has entered anything in the control.