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 status for expense costs that will be used by projects in this project group.
Syntax
edit ProjLedgerStatusCost costTransCostMethod(boolean _set, ProjLedgerStatusCost _projLedgerStatusCost)
Run On
Called
Parameters
- _set
Type: boolean
A Boolean value that can be set to true to set the ledger status for posting costs to the value of the _projLedgerStatusCost parameter.
- _projLedgerStatusCost
Type: ProjLedgerStatusCost Enumeration
A ProjLedgerStatusCost enumeration value, either BalanceSheet or Operations.
Return Value
Type: ProjLedgerStatusCost Enumeration
The location in the general ledger (ledger status) for posting costs from expense 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.