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
- _promotionID
Type: TAMPromotionID Extended Data Type
The TAMPromtionId for which to search the TAMPrmotionItem table.
- _merchandisingEventID
Type: MCRMerchandisingEventID Extended Data Type
The The TAMMerchandisingEventId for which to search the TAMPrmotionItem table.
- _itemId
Type: ItemId Extended Data Type
The The ItemId for which to search the TAMPrmotionItem table.
- _inventDimId
Type: InventDimId Extended Data Type
The The InventDimId for which to search the TAMPrmotionItem table.
- _unitId
Type: UnitOfMeasureSymbol Extended Data Type
The The UnitId for which to search the TAMPrmotionItem table.
- _tamPromotionCustAccount
Type: TAMPromotionCustAccount Extended Data Type
The The TAMPromotionCustAccount for which to search the TAMPrmotionItem table.
- _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.