Adding EpicIntegrations.config Settings - Adding EpicIntegrations.config Settings - OnBase - Integration for Epic - OnBase/Integration-for-Epic/English/Foundation-22.1/Integration-for-Epic/Installation/Before-Installing-the-Integration/Adding-EpicIntegrations.config-Settings - English - Foundation 22.1

Integration for Epic

Platform
OnBase
Product
Integration for Epic
Release
Foundation 22.1
License
Premier
Standard
Essential
ft:lastPublication
2026-04-03T12:14:38.104453
ft:locale
en-US

The Scan Acquisition Server uses the EpicIntegrations.config file. When configuring this integration component, you may decide to add additional configuration settings to the file.

To add a setting within EpicIntegrations.config, you must create the setting's opening and closing tags on a new line within the setting's respective element. For example, to add the Scan Acquisition Server's AutoSaveRotation setting to the <Init> element, you would do the following:

  1. Open EpicIntegrations.config from the scanning DLLs' directory.
  2. Enter a new line between the <Init> and </Init> tags, which reside in the <OBEpicScanControl> element.
  3. On the new line, enter the opening and closing tag for the setting, as shown here:
    <AutoSaveRotation></AutoSaveRotation>
  4. Between the opening and closing AutoSaveRotation tags, enter the value you want to set. (See AutoSaveRotation for an explanation of values.)
    <AutoSaveRotation> 1 </AutoSaveRotation>
  5. Save EpicIntegrations.config.