SalesTable::mcrFindReturnByExchId Method

Finds the returns sales order based on the passed in exchange order SalesId.

Syntax

client server public static SalesTable mcrFindReturnByExchId(SalesId _exchSalesId, [boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value defining whether or not the SalesTable record should be selected for update; optional.

Return Value

Type: SalesTable Table
The sales order found by the exchange order SalesId.

See Also

Reference

SalesTable Table