Share via


MCRSalesTable::find Method

Finds the MCRSalesTable using the passed record ID of the SalesTable.

Syntax

client server public static MCRSalesTable find(MCRSalesTableRefRecId _salesTableRecId, [boolean _forUpdate])

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: MCRSalesTable Table
The MCRSalesTable record found.

See Also

Reference

MCRSalesTable Table