Share via


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

  • _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.

See Also

Reference

TAMPromotionItem Table