CustPaymSchedLine::mcrFindByRecID Method
Finds the CustPaymSchedLine given the RecID.
Syntax
client server public static CustPaymSchedLine mcrFindByRecID(RecId _recId, [boolean _forUpdate])
Run On
Called
Parameters
- _recId
Type: RecId Extended Data Type
The RecID to be used to find the associated CustPaymSchedLine.
- _forUpdate
Type: boolean
A boolean value to indicate if the record retrieved has to be selected for update; optional.
Return Value
Type: CustPaymSchedLine Table
The CustPaymSchedLine if one is found;otherwise empty buffer.