Configure ERP databases

It is necessary to configure the various CSV databases that are used by the ERP system.

You can configure the ERP web.config file to use your ERP databases by following these steps.

  1. If it is not already open, navigate to the ERP Connector folder that was created during installation.

    By default, this path is <Program Files>\Kofax\APAgility\Web.

  2. Open the Web.config file for editing.
  3. Locate the <appSettings> section.
  4. For each of the following keys, update the path value so that it points to the relevant CSV file.
    • key="EmployeeDataPath"

    • key="UomConversionDataPath"

    • key="TaxCodeDataPath"

    • key="MiscChargeAccountDataPath"

  5. If you are using Kofax AP Agility in an Azure environment, set the IsMultitenantDeployment value to true.

    Otherwise, leave this entry with its default value of false.

  6. Ensure that the SdkServicesLocation path is correct.

    This path is set during installation, so you need to edit it only if the path entered during installation was incorrect.

  7. Save and then Close the web.config file.

    Your changes are saved and the file closes.