Share via


MCRCustPaymTable::selectFirstByIDAndType Method

Returns the first record in the payment table that has the passed sales ID and payment type.

Syntax

client server public static MCRCustPaymTable selectFirstByIDAndType(
    RecId _recId, 
    TableId _tableId, 
    MCRCustPaymType _paymType)

Run On

Called

Parameters

Return Value

Type: MCRCustPaymTable Table
The first record in the payment table that has the passed sales ID and payment type.

Exceptions

Exception Condition
Error

_recId, _tableId, and _paymType are required, throw error if not provided.

See Also

Reference

MCRCustPaymTable Table