SalesLine::mcrFindReturnLineForExchange Method
Finds the SalesLine record that is being returned for exchange.
Syntax
client server public static SalesLine mcrFindReturnLineForExchange(InventTransId _exchangeInventTransId, [boolean _update])
Run On
Called
Parameters
- _exchangeInventTransId
Type: InventTransId Extended Data Type
The InventTransId associated with the sales order.
- _update
Type: boolean
A boolean that determines whether to select the record for update; optional.
Return Value
Type: SalesLine Table
The SalesLine record makred for return and exchange.