TAMPromotionCust::find Method
Finds a promotion customer based on the passed parameters.
Syntax
client server public static TAMPromotionCust find(
TAMPromotionID _promotionID,
CustAccount _custAccount,
[boolean _forUpdate])
Run On
Called
Parameters
- _promotionID
Type: TAMPromotionID Extended Data Type
The ID of the promotion used to find the TAMPromotionCust record.
- _custAccount
Type: CustAccount Extended Data Type
The customer account for which to search the TAMPromotionCustTable.
- _forUpdate
Type: boolean
A boolean value that indicates whether to read the record for update; optional.
Return Value
Type: TAMPromotionCust Table
A record in the TAMPromotionalCust table; otherwise, and empty buffer.