Condition_ObjectPrice
Description
Compares the price of the specified object against the given threshold values (F1, F2).
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The object to validate (Self or Target). |
| CompareType | Type of comparison operation. |
| F1 | The first threshold value for price comparison. |
| F2 | The second threshold value (used for Between comparison). |
Examples
| Description | BaseObject | Command | CompareType | F1 | F2 |
|---|---|---|---|---|---|
| Checks whether target object price is >= 100. | Target | ObjectPrice | GreaterOrEqual | 100 | |
| Checks whether self object price is between 10~50. | Self | ObjectPrice | Between | 10 | 50 |
Back to Command FinderSearch and filter all 491 Script Condition documents