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
2 replies
Subscribers
7 subscribers
Views
1583 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Hello we have a textbox in which when user click on that textbox it should
rakeshm
A Score Level 2
over 10 years ago
Hello
we have a textbox in which when user click on that textbox it should populate db column data .???
best example is as:
jsfiddle.net/.../
TIA......
OriginalPostID-113352
OriginalPostID-113352
Discussion posts and replies are publicly visible
Parents
0
janakik
over 10 years ago
1. If you working on Versions earlier to 7.4 then onFocus of textbox autosubmit the form and call the query rule outside the form then loop it back to the same UI and populate the value.
2. If it is 7.4/7.5 then on saveInto of other field in SAIL you can call the query rule to set the DB column data.
Ex: local!textValue << rule!APN_returnFirstInput(rule!QueryRule,_), Set this local!textValue as a default value to textbox.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
janakik
over 10 years ago
1. If you working on Versions earlier to 7.4 then onFocus of textbox autosubmit the form and call the query rule outside the form then loop it back to the same UI and populate the value.
2. If it is 7.4/7.5 then on saveInto of other field in SAIL you can call the query rule to set the DB column data.
Ex: local!textValue << rule!APN_returnFirstInput(rule!QueryRule,_), Set this local!textValue as a default value to textbox.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data