freshstart Posted July 22, 2016 Report Share Posted July 22, 2016 Is it possible to dynamically change the parent field of a cascading dropdown using javascript? the filter and the field for display and field for values would stay the same. If so how would the code read? Any help would be appreciated. Quote Link to comment Share on other sites More sharing options...
MayMusic Posted July 25, 2016 Report Share Posted July 25, 2016 When you want the value change? Is it upon click, select, change ...? Bring an example of how you want it to be changed Quote Link to comment Share on other sites More sharing options...
rosietesmen Posted July 26, 2016 Report Share Posted July 26, 2016 specify onchange_event on your o2m lines, which will take o2m as paramter too.. then return resulting value With Dynamic Apex you'll need to pull out the parent sobject first using the getSObject method and then do a second call to get the name. Quote Link to comment Share on other sites More sharing options...
freshstart Posted July 27, 2016 Author Report Share Posted July 27, 2016 The value would change using an onclick event. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.