RulePoint
- RulePoint 6.1
- All Products
istext(item1,[item2],…)
Argument
| Required
Optional
| Description
|
---|---|---|
item1
| Required
| Verifies whether this item is a text.
|
item2, ...
| Optional
| Verifies whether the items are text.
|
when 1 stocktopic s with istext(s.stock) as result then response with body=" ${result }"
Event Property Value
| Description
| Result
|
---|---|---|
s.stock="INFA"
| Validates whether the data input contains only text.
| true
|