TAMPromotionCust::exist Method
Checks if a TAMPromotionCust record exists for the specified parameters.
Syntax
client server public static boolean exist(
TAMPromotionID _promotionID,
CustAccount _custAccount,
[TAMPromotionCustAccount _tamPromotionCustAccount])
Run On
Called
Parameters
- _promotionID
Type: TAMPromotionID Extended Data Type
The TAMPromotionId to search for.
- _custAccount
Type: CustAccount Extended Data Type
The CustAccount to search for.
- _tamPromotionCustAccount
Type: TAMPromotionCustAccount Extended Data Type
The TAMPromotionFundCustAccount to search for.
Return Value
Type: boolean
true if the record exists; otherwise, false.