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