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