Hi guys,
On my form I have a button that when clicked it will post form data to 
an external website, how can I do this in AX?

I have looked at the webSession class, but if someone can provide 
example that will be great

Here is what I want to post:
FormData:
form action="someDomain.com/formprocessor.do" method="post"
custName = `custTable.name'
idNum = `custtable.accountnum'
"submit"

best regards,

Reply via email to