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
13 replies
Subscribers
7 subscribers
Views
5151 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Hi, Any suggestions on how to make the user picker faster? Sometimes users
garym
over 10 years ago
Hi,
Any suggestions on how to make the user picker faster? Sometimes users are typing in a few characters and the "Working" message is flashing and it deletes what they typed. Other times it just takes so long for a matching result to appear.
I read a post about not having any max selections or group filter but that won't work for our form.
What about alternatives? Go back to the traditional drop-down?
Thanks
OriginalPostID-189211
OriginalPostID-189211
Discussion posts and replies are publicly visible
0
garym
over 10 years ago
Thanks rajeswers549, where is that condition set? Sounds like a good idea
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Raj
Certified Senior Developer
over 10 years ago
You set this condition in the "Suggest Function"... you will do something like the following for ensuring user types in at least 3 characters:
if (len(ri!userInput) <=2,
with(
type!DataSubset(
data: {},
identifiers: {}
)
),
with(
.... Your regular logic ....
)
)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
garym
over 10 years ago
Thank you rajeshwers549!
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
<