Profile Condition Logic Consistency

Profile condition logic should be specified using the general form of expression described below.

An example of a Profile constraint is:

Sale.Price > 10000 || (Sale.Price <= 10000 && Sale.CustType = "A")

In this example the Profile contains any record where Sale.Price exceeds 10000 or if Sale.Price is not greater than 10000 and Sale.CustType is equal to "A".