Share via


RetailMCRChannelTable::findChannelBySalesTable Method

Finds a channel table record for the sales order.

Syntax

server public static RetailMCRChannelTable findChannelBySalesTable(SalesTable _salesTable, [boolean _forUpdate])

Run On

Server

Parameters

  • _salesTable
    Type: SalesTable Table
    The SalesTable required to retrive the channel record.
  • _forUpdate
    Type: boolean
    true if the record is selected for update; otherwise, false

Return Value

Type: RetailMCRChannelTable Table
The RetailMCRChannelTable record that is found.

See Also

Reference

RetailMCRChannelTable Table