CustPaymSched::mcrFindRecID Method

Retrieves the CustPaymSched record from the passed RecId.

Syntax

client server public static CustPaymSched mcrFindRecID(RecId _recId, [boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A boolean that determines whether to select the record for update; optional.

Return Value

Type: CustPaymSched Table
The CustPaymSched record if one is found; otherwise, an empty buffer.

See Also

Reference

CustPaymSched Table