SalesTable::mcrFindSource Method

Finds a sales order containing the passed MCRSourceID.

Syntax

client server public static SalesTable mcrFindSource(MCRSourceID _sourceId, [boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A boolean that determines whether to select the record for update; optional.

Return Value

Type: SalesTable Table
The SalesTable record containing the passed MCRSourceId if one exists; otheriwse, an empty buffer.

See Also

Reference

SalesTable Table