MCRCustPaymTable::findByRefRecIDRefTableID Method
Finds a record by RefRecId and RefTableId.
Syntax
client server public static MCRCustPaymTable findByRefRecIDRefTableID(
RecId _refRecId,
TableId _refTableId,
[boolean _forUpdate])
Run On
Called
Parameters
- _refRecId
Type: RecId Extended Data Type
The reference record ID used to search for the applicable MCRCustPaymTable record.
- _refTableId
Type: TableId Extended Data Type
The reference table ID used to search for the applicable MCRCustPaymTable record.
- _forUpdate
Type: boolean
Boolean used to determine whether or not the applicable MCRCustPaymTable record should be selected for update; optional.
Return Value
Type: MCRCustPaymTable Table
The MCRCustPaymTable record found.