Share via


MCRSalesTableShipping::findSalesId Method

Finds the MCRSalesTableShipping using the passed sales ID of the SalesTable.

Syntax

client server public static MCRSalesTableShipping findSalesId(
    SalesId _salesId, 
   [boolean _forUpdate, 
    ConcurrencyModel _concurrencyModel])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A boolean used to determine whether or not a record should be selected for update; optional.

Return Value

Type: MCRSalesTableShipping Table
The MCRSalesTableShipping record found.

See Also

Reference

MCRSalesTableShipping Table