REST Webservice call (runtime)

  • 8 June 2017
  • 1 reply
  • 89 views

Badge +1

I need to make a call by sending a value to the web service and get the values on to the form during runtime. I have a .asmx link which searches the inventory by unitNumber. Once unitNumber is entered on to form, I should be able to retrieve the license number and serial number on to the list either by clicking on a button or directly. Please let me know if there is any other proved solution besides using Web control request in Enterprise version. 


1 reply

Badge +11

How about writing some custom javascript function that executes your ajax call after the unitNumber is entered? You can simply add this function in your form settings, no need for enterprise version.

Reply