Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The below URL is a general format that has been implemented in other environments and is an out of the box solution for AX retrieval.

 


http://SERVERNAME/Appxtender/DataSources/DATASOURCENAME/ISubmitQuery?AutoLogoutOnClose=True&DocNavBlocked=True&DispMode=11&SearchAllRevisions=True&PublicQuery=False&AppName=APPLICATIONNAME&INDEXFIELD=INDEXVALUE&INDEXFIELD=INDEXVALUE

 


 Servername = The name of the server where AX web is setup

...

Add additional Indexfield using the & symbol and enter necessary values for retrieval. 


I've mocked up the url below further to emphasize the changes needed to make the URL work.

 


http://AXServer01/Appxtender/DataSources/AX/ISubmitQuery?AutoLogoutOnClose=True&DocNavBlocked=True&DispMode=11&SearchAllRevisions=True&PublicQuery=False&AppName=INVOICES&field1=123456&field5=INVOICE 


Above I specified an additional index field number.  In my example field5 is a doctype and Invoice is the specific doctype to match with the previous Invoice number (field1) of 123456.