TAMMerchandisingEvent::findMerchIDByItemCustPromo Method
Finds the merchandising event based on the customer, trade allowance, and item.
Syntax
client server public static TAMMerchandisingEvent findMerchIDByItemCustPromo(
TAMPromotionID _promotionID,
CustAccount _customer,
ItemId _itemId)
Run On
Called
Parameters
- _promotionID
Type: TAMPromotionID Extended Data Type
The TAMPromotionId for which to search the TAMMerchandisingEvent table.
- _customer
Type: CustAccount Extended Data Type
The CustAccount for which to search the TAMMerchandisingEvent table.
- _itemId
Type: ItemId Extended Data Type
The ItemId for which to search the TAMMerchandisingEvent table.
Return Value
Type: TAMMerchandisingEvent Table
The merchandising event that was found based on the customer, trade allowance, and item.