cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

KUT - Integer Number Value in Adaptation - C4C

former_member703991
Participant
0 Likes
759

Hi All,

Can we put a validation for Integer Number Value that allows only positive numbers and it length should be 3 digits through Adaptation??? .

What is the function used for this rule?

Accepted Solutions (0)

Answers (1)

Answers (1)

danielvidal_04
Product and Topic Expert
Product and Topic Expert

Hi Riyu,

1) Create integer field via KUT with Type = Decimal Number, Length = 3, Decimal Places = 0.
2) Create KUT rule -> something like this: AND(NOT(ISBLANK(IntegerField)),IntegerField < "0")

3) Create validation, binding the rule created in step 2, to show an error message.

Hope that helps,

KR
Daniel