CustPaymSchedLine::mcrFindFirstIntallmentSchedLine Method

Finds and returns the first schedule payment line that is tied to an installment plan of a sales order.

Syntax

client server public static CustPaymSchedLine mcrFindFirstIntallmentSchedLine(
    SalesId _salesId, 
    PaymSchedId _paymSchedId, 
   [boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A boolean value to indicate if the CustPaymSchedLine has to be selected for update; Optional.

Return Value

Type: CustPaymSchedLine Table
A CustPaymSchedLine buffer if found; otherwise empty buffer.

See Also

Reference

CustPaymSchedLine Table