MCRUpSellOperand Enumeration
Help Text: The method used to compare two values
Style: ComboBox
Values
Name | Value | Description |
---|---|---|
Equal | 0 | = |
NotEqual | 1 | != |
Greater | 3 | > |
Less | 4 | < |
GreaterEqual | 5 | >= |
LessEqual | 6 | <= |
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Help Text: The method used to compare two values
Style: ComboBox
Name | Value | Description |
---|---|---|
Equal | 0 | = |
NotEqual | 1 | != |
Greater | 3 | > |
Less | 4 | < |
GreaterEqual | 5 | >= |
LessEqual | 6 | <= |