Excerpt |
---|
The retrieval system...AX out of the box document retrieval and 3rd party program integration. |
Table of Contents |
---|
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. These settings can be accessed using http://localhost/appxtender/testlaunch from an installed AX web server.
The below uses IsubmitQuery to perform a query on the AX datasource and retrieve documents. This also depends on the use of Active Directory. This is due to the fact that the isubmit query is passing along the currently logged in windows user credentials and verifying with AX and Active directory the permissions associated with the user/group.
...