TAMVendRebateTable::checkIfVendRebateExists Method

Validates whether a vendor rebate table record exists based on the passed in parameters.

Syntax

client server public static boolean checkIfVendRebateExists(RecId _vendRebateAgreementRecId, RecId _vendInvoiceTransRefRecId)

Run On

Called

Parameters

  • _vendRebateAgreementRecId
    Type: RecId Extended Data Type
    The TAMVendRebateAgreementRecId value for which to search the vendor rebate table.
  • _vendInvoiceTransRefRecId
    Type: RecId Extended Data Type
    The VendInvoiceTransRefRecId value for which to search the vendor rebate table.

Return Value

Type: boolean
true if a vendor rebate table record exists based on the passed in parameters; otherwise, false.

See Also

Reference

TAMVendRebateTable Table