Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _salesTableRecId
Type: MCRSalesTableRefRecId Extended Data Type
A record ID of a SalesTable record used to find the MCRSalesTable record.
- _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.