ProjTable.salesTable_ItemReq Method

Retrieves the sales order record that is associated with the current project record.

Syntax

public SalesTable salesTable_ItemReq(CustCurrencyCode _currencyCode, [boolean _update])

Run On

Called

Parameters

  • _update
    Type: boolean
    A Boolean value that indicates whether the sales order record should be selected for update; optional.

Return Value

Type: SalesTable Table
The sales order record.

See Also

Reference

ProjTable Table