MCRRCAuthTable::findByRecID Method
Finds and returns the refund check authorization record with the specified record ID.
Syntax
client server public static MCRRCAuthTable findByRecID(RecId _recId, [boolean _selectForUpdate])
Run On
Called
Parameters
- _recId
Type: RecId Extended Data Type
The record ID of the authorization record that should be found.
- _selectForUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: MCRRCAuthTable Table
The authorization record of the specified record ID.