MCRCustPaymTable::findByRecID Method
Finds a record by RecID.
Syntax
client server public static MCRCustPaymTable findByRecID(RecId _recId, [boolean _forUpdate])
Run On
Called
Parameters
- _recId
Type: RecId Extended Data Type
The record ID used to search for a MCRCustPaymTable record.
- _forUpdate
Type: boolean
A boolean used to determine whether or not a record should be selected for update; optional.
Return Value
Type: MCRCustPaymTable Table
The MCRCustPaymTable record found.