TAMVendRebate::find Method
Finds a TAMVendRebate record that has the passed value.
Syntax
client server public static TAMVendRebate find(TAMVendRebateProgramId _rebateProgramId, [boolean _forUpdate])
Run On
Called
Parameters
- _rebateProgramId
Type: TAMVendRebateProgramId Extended Data Type
The program ID used to find the TAMVendRebate record.
- _forUpdate
Type: boolean
A boolean used to determine whether or not a record should be selected for update; optional.
Return Value
Type: TAMVendRebate Table
The TAMVendRebate record that was found.