MCRCustPaymTable::exists Method
Determines if one or more payments exist associated with the specified record that are not 0.
Syntax
client server public static boolean exists(RefTableId _refTableId, RefRecId _refRecId)
Run On
Called
Parameters
- _refTableId
Type: RefTableId Extended Data Type
The reference table ID used to find the applicable MCRCustPaymTable record.
- _refRecId
Type: RefRecId Extended Data Type
The reference record ID used to find the applicable MCRCustPaymTable record.
Return Value
Type: boolean
true if an MCRCustPaymTable record exists; otherwise, false.