TAMVendRebateTable::findByRecId Method
Finds a vendor rebate record based on the passed in RecId.
Syntax
client server public static TAMVendRebateTable findByRecId(RecId _recId, [boolean _forUpdate])
Run On
Called
Parameters
- _recId
Type: RecId Extended Data Type
The RecId value for which to search the vendor rebate table.
- _forUpdate
Type: boolean
A Boolean value that defines whether to select the record for update or not.
Return Value
Type: TAMVendRebateTable Table
The vendor rebate record that was found based on the passed in parameters.