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.
Returns, and optionally sets, the ledger account for accrued revenue minus profit that will be used by projects in a project group.
Syntax
edit ProjLedgerDimensionDefaultAccountFP accruedTurnoverProfit(boolean _set, LedgerDimensionDefaultAccount _ledgerAccount)
Run On
Called
Parameters
- _set
Type: boolean
A Boolean value that specifies whether to set the ledger account for Accrued revenue minus profit to the value of the _ledgerAccount parameter.
- _ledgerAccount
Type: LedgerDimensionDefaultAccount Extended Data Type
A ledger account for Accrued revenue minus Profit.
Return Value
Type: ProjLedgerDimensionDefaultAccountFP Extended Data Type
The ledger account for accrued revenue minus profit.
Remarks
When tied to a control on a form, this method is automatically called every time that the form is redrawn, and the _set value will be true if the user has entered anything in the control.