All:
I have done a Google search and gone through many of the articles on this site, but I cant seem to find an example of an AGS call from Javascript code.
I need a simple Javascript function that makes an AGS (Inquire) call to Lawson 8.0.3 and returns the string data returned from the AGS call.
Thanks!
Here are a couple examples, not specific to your requirements, but should be enough to get you started:
https://www.lawsonguru.co...v/topic/Default.aspx
See attached.
John: I tried your suggestion and built a function using the code you pointed out. It seems to be working but I am getting this response from the POST: Internal Server Error Cannot read script output pipe. I am getting prompted to enter my user id and password, so this cant be authentication, right?
I did take the AGS call string from my code (During debug) and ran it in my browser from the URL and it worked fine there?
Any thoughts?