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