Share via


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

  • _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.

See Also

Reference

TAMPromotionCust Table