TAMTradePromotion::findByRecId Method
Finds and returns a trade allowance record based on the passed in RecId.
Syntax
client server public static TAMTradePromotion findByRecId(RecId _recId, [boolean _forUpdate])
Run On
Called
Parameters
- _recId
Type: RecId Extended Data Type
The RecId value for which to search the TAMTradePromotion table.
- _forUpdate
Type: boolean
A Boolean value that defines whether or not the trade allowance record should be selected for update; optional.
Return Value
Type: TAMTradePromotion Table
A trade allowance record based on the passed in RecId.