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