Share via


TAMPromotionItem::find Method

Finds a TAMPromotionItem record based on the passed parameters.

Syntax

client server public static TAMPromotionItem find(
    TAMPromotionID _promotionID, 
    MCRMerchandisingEventID _merchandisingEventID, 
    ItemId _itemId, 
    InventDimId _inventDimId, 
    UnitOfMeasureSymbol _unitId, 
   [TAMPromotionCustAccount _tamPromotionCustAccount, 
    boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A boolean used to determine whether or not a record should be selected for update; optional.

Return Value

Type: TAMPromotionItem Table
The TAMPromotionItem record that was found based on the passed parameters.

See Also

Reference

TAMPromotionItem Table