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
1 reply
Subscribers
9 subscribers
Views
1093 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
How I can pass pv (process variable) to a javascript function. When user se
foussenik
over 11 years ago
How I can pass pv (process variable) to a javascript function.
When user select something from dropdown, i will fire onchange event, I need to get some cdt values to my js function....
OriginalPostID-85385
OriginalPostID-85385
Discussion posts and replies are publicly visible
0
sikhivahans
over 11 years ago
@foussenik, one way is to store the pv(which has cdt values) in a hidden variable and thereby access it using FormAPI.getValue("hiddenID").id in your js function. Hope this answers your query. Let me know if you have any follow-up questions
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel