| 1 |
 If the condition usage is "andListCondition",
the serialization JSP file will map to the <wcfObjectTemplate
templateType = "between"> template type, where the loyalty
points condition has a range of values (minimum and maximum value).
If the condition usage is "andListCondition",
the serialization JSP file will map to the <ObjectTemplate
templateType="between"> template type, where the loyalty
points condition has a range of values (minimum and maximum value).
|
| 2 |
 If the condition operator is "<=",
the serialization JSP file will map to the <wcfObjectTemplate
templateType = "lessThan"> template type, where the loyalty
points condition has a single loyalty point value.
If the condition operator is "<=", the
serialization JSP file will map to the <ObjectTemplate
templateType="lessThan"> template type, where the loyalty
points condition has a single loyalty point value.
|
| 3 |
 If the condition operator is ">=", the
serialization JSP file will map to the <wcfObjectTemplate
templateType = "greaterThan"> template type, where the loyalty
points condition has a single loyalty point value.
If the condition operator is ">=", the serialization
JSP file will map to the <ObjectTemplate templateType="greaterThan"> template
type, where the loyalty points condition has a single loyalty point
value.
|