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
9 subscribers
Views
1422 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
I am needing to populate a dropdown using AJAX and it works great when passing a
karlaw
over 11 years ago
I am needing to populate a dropdown using AJAX and it works great when passing a single field value however, I need to confirm th syntax when passing two parameters to the query rule...
Do I just separate the two fields with a comma? I need to pass two ids: frmgroupDivisionMgrDD and frmprocessID
FormAPI.populateDropdown("frmLocationMgrDD", ["getMgrLocationListAJAX", FormAPI.getValue("frmgroupDivisionMgrDD").id], FormAPI.getValue("frmprocessID").id], "LocationID", "LocationNmTxt");...
OriginalPostID-70436
OriginalPostID-70436
Discussion posts and replies are publicly visible
Parents
0
mathanap
over 11 years ago
The syntax for passing two inputs to rule of populateDropdown was
FormAPI.populateDropdown('frmLocationMgrDD',["getMgrLocationListAJAX",FormAPI.getValue("frmgroupDivisionMgrDD").id,FormAPI.getValue("frmprocessID").id]);
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
mathanap
over 11 years ago
The syntax for passing two inputs to rule of populateDropdown was
FormAPI.populateDropdown('frmLocationMgrDD',["getMgrLocationListAJAX",FormAPI.getValue("frmgroupDivisionMgrDD").id,FormAPI.getValue("frmprocessID").id]);
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data