For simple cases you can use:
number
value + 1
endRow
string
value
SKU
contract-type
Otherwise, you can use your own filter:
{ endRow: 100, operationType: 'fetch', startRow: 0, textMatchStyle: 'exact', data: { operator: 'and', _constructor: 'AdvancedCriteria', criteria: [ { fieldName: 'inputs.DecimalUserEntry_Real_MONEY_USD.value', operator: 'equals', value: 2 } ] }} Copy
{ endRow: 100, operationType: 'fetch', startRow: 0, textMatchStyle: 'exact', data: { operator: 'and', _constructor: 'AdvancedCriteria', criteria: [ { fieldName: 'inputs.DecimalUserEntry_Real_MONEY_USD.value', operator: 'equals', value: 2 } ] }}
For simple cases you can use:
number
- Builds a simple filter where thevalue + 1
is used asendRow
.string
- Builds a simple filter where thevalue
equalsSKU
,contract-type
, ... (based on module).Otherwise, you can use your own filter: