TAMVendRebateTrans::exist Method
Validates whether or not a rebate transaction record exists with the passed in RecId.
Syntax
client server public static boolean exist(RecId _recId)
Run On
Called
Parameters
- _recId
Type: RecId Extended Data Type
The RecId value for which to search the vendor rebate transaction table.
Return Value
Type: boolean
true if a rebate transaction record exists with the passed in RecId; otherwise, false.