Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
9 replies
Subscribers
9 subscribers
Views
4275 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Hi, Is there a way where I can restrict number field box to display j
Sumeet Khare
over 10 years ago
Hi,
Is there a way where I can restrict number field box to display just 3 characters?
OriginalPostID-141781
OriginalPostID-141781
Discussion posts and replies are publicly visible
Parents
0
anshuk170
over 10 years ago
HI you can use validation on the field like below:
a!textField(
label: "INPUT",
labelPosition: "ABOVE",
value:ri!input,
saveInto: ri!input,
refreshAfter: "UNFOCUS",
validations: if(len(ri!input)>4,"Not more than 4",""),
align: "LEFT"
)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
anshuk170
over 10 years ago
HI you can use validation on the field like below:
a!textField(
label: "INPUT",
labelPosition: "ABOVE",
value:ri!input,
saveInto: ri!input,
refreshAfter: "UNFOCUS",
validations: if(len(ri!input)>4,"Not more than 4",""),
align: "LEFT"
)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data