RetailLoyaltyPointsTable.checksLoyaltyPointsTable Method

Indicates whether a record exists in the RetailLoyaltyPointsTable table.

Syntax

public boolean checksLoyaltyPointsTable(RetailGroupMemberLine _groupMemberLine)

Run On

Called

Parameters

  • _groupMemberLine
    Type: RetailGroupMemberLine Table
    A RetailGroupMemberLine record which contains the category, product and variant values that are used to find the RetailLoyaltyPointsTable record.

Return Value

Type: boolean
true if no record already exists; otherwise false

See Also

Reference

RetailLoyaltyPointsTable Table