Share via


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

  • _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.

See Also

Reference

MCRRCAuthTable Table