Share via


ProjCategory.wipSalesvalue Method

Retrieves an editable field that contains the ledger account number for posting work in progress accrued, minus the sales value.

Syntax

edit ProjLedgerDimensionDefaultAccountWIP wipSalesvalue(boolean _set, LedgerDimensionDefaultAccount _ledgerAccount)

Run On

Called

Parameters

  • _set
    Type: boolean
    A Boolean value that specifies whether to set the ledger account for work in progress minus sales to the value of the _ledgerAccount parameter.

Return Value

Type: ProjLedgerDimensionDefaultAccountWIP Extended Data Type
The ledger account number for work in progress minus sales value.

Remarks

The _ledgerAccount parameter value is used by the private setLedgerAccount method to retrieve the account from the ProjPosting table.

See Also

Reference

ProjCategory Table