MCRRCAuthTable::findByCustPaymRecId Method
Finds the record in the MCRRCAuthTable by record ID if that record is active.
Syntax
client server public static MCRRCAuthTable findByCustPaymRecId(RecId _recId, [boolean _selectForUpdate])
Run On
Called
Parameters
- _recId
Type: RecId Extended Data Type
The record ID of the customer payment record associated with authorization record.
- _selectForUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: MCRRCAuthTable Table
The authorization record associated with the customer payment record ID specified.