ProjGroup.itemTransCostMethod Method
Returns, and optionally sets, the ledger status for item costs that will be used by projects in this project group.
Syntax
edit ProjLedgerStatusItem itemTransCostMethod(boolean _set, ProjLedgerStatusItem _projLedgerStatusItem)
Run On
Called
Parameters
- _set
Type: boolean
A Boolean value that specifies whether to set the ledger status for posting costs to the value of the _ projLedgerStatusItem parameter.
- _projLedgerStatusItem
Type: ProjLedgerStatusItem Enumeration
A ProjLedgerStatusItem enumeration value, either BalanceSheet or Operations.
Return Value
Type: ProjLedgerStatusItem Enumeration
The location in the general ledger (ledger status) for posting costs from item journals.
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.