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
- _currencyCode
Type: CustCurrencyCode Extended Data Type
The currency that the SalesTable record should have.
- _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.