Forum Discussion
EOMDevelepors
7 years agoQrew Captain
Thanks for the reply Dan!
So I would code something like this?
var description = $("record", xmlDescriptions).map(function(xmlDescriptions) {.......}
Thanks again
So I would code something like this?
var description = $("record", xmlDescriptions).map(function(xmlDescriptions) {.......}
Thanks again
_anomDiebolt_
7 years agoQrew Elite
I have no idea what that line of code would do in the context of my answer referring you to the How To Dialog post.
My suggestion would be to break the problem down into smaller problems and tackle them in order:
1) Get a static dialog box to appear on button click
2) Make the dialog box display a static list of options
3) Use an AJAX call to dynamically populate the list of options in the dialog box
4) Perform the API_EditRecord action when OK button is clicked in the dialog box
My suggestion would be to break the problem down into smaller problems and tackle them in order:
1) Get a static dialog box to appear on button click
2) Make the dialog box display a static list of options
3) Use an AJAX call to dynamically populate the list of options in the dialog box
4) Perform the API_EditRecord action when OK button is clicked in the dialog box