Configure the Dynamic AX web.config entry
If you have installed the Dynamics AX (DAX) plugin, it is necessary to edit the default entry in the web.config file so that it matches your solution.
You can configure the DAX entry in the web.config file so that it works for your solution by following these steps.
-
Navigate to the ERP Connector folder that was created during installation.
By default, this path is <Program Files>\Kofax\APAgility\Web.
- Open the Web.config file for editing.
- Locate the connection name="MSDynamics" type="MSDynamics"> entry or create an entirely new entry in the <erpConnector> section.
-
Edit the following settings as required by your solution.
For each of the <add> elements, provide the following values.
-
url. Enter the URL for the DAX web service.
-
authentication_type. Enter either Basic or Windows.
If you specify Basic, also enter the username and password attributes.
If you specify Windows, leave the username and password attributes blank.
-
page_size. Enter a positive integer with the amount of master data records at are returned by the web service for each call.
For example, if page_size is set to 1000 and the number of vendors in the DAX ERP system is 5000, the DAX ERP plugin makes 5 request to the web service. Each time the web service returns 1000 data records.
-
zip. Enter a value of 1 so that the DAX service compresses the archive data before it is returned.
Enter a value of 0 to leave the archive data uncompressed.
-
- Optionally, copy or edit another web.config entry.
- Save the web.config file.
- Optionally, close the web.config file.