ProjGroup.wipProfit Method [AX 2012]
Returns, and optionally sets, the ledger account for work in progress (WIP) minus profit that will be used by projects in this project group.
edit ProjLedgerDimensionDefaultAccountFP wipProfit(boolean _set, LedgerDimensionDefaultAccount _ledgerAccount)
Run On
CalledParameters
- _set
- Type: boolean
A Boolean value that can be set to true to set the ledger account for WIP minus profit to the value of the _ledgerAccount parameter.
- _ledgerAccount
- Type: LedgerDimensionDefaultAccount Extended Data Type
A ledger account for WIP minus profit.
Return Value
Type: ProjLedgerDimensionDefaultAccountFP Extended Data TypeThe ledger account for WIP minus profit.
Show: