CustPaymSchedLine::mcrFindByRecID Method

Finds the CustPaymSchedLine given the RecID.

Syntax

client server public static CustPaymSchedLine mcrFindByRecID(RecId _recId, [boolean _forUpdate])

Run On

Called

Parameters

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

See Also

Reference

CustPaymSchedLine Table