On-Us ABA Number File - On-Us ABA Number File - OnBase - Branch Capture Check Processor - OnBase/Branch-Capture-Check-Processor/English/Foundation-22.1/Branch-Capture-Check-Processor/Configuration/Configuration-Overview/Configuring-the-Scanning-Client/The-General-Tab/On-Us-ABA-Number-File - English - Foundation 22.1

Branch Capture Check Processor

Platform
OnBase
Product
Branch Capture Check Processor
Release
Foundation 22.1
License
ft:lastPublication
2023-03-01T18:46:14.457000
ft:locale
en-US

Branch Capture has the ability to differentiate between Transit and On-Us checks. When a batch of documents is scanned, Transit and On-Us items can be displayed in separate columns in both the Active Batches and Batch History views. On-Us items are highlighted in magenta.

To display both Transit and On-Us items separately, an On-Us ABA Number XML file must be used. The path to the XML file must be set in the On-Us ABA Number File option on the General tab. This XML file should refer to the ABA numbers of local institutions. An example is shown below:

<?xml version="1.0" encoding="UTF-8" ?>
<BranchCapture>
    <ABAInformation>
        <ABANumber>012345678</ABANumber>
    </ABAInformation>
    <ABAInformation>
        <ABANumber>987654321</ABANumber>
    </ABAInformation>
</BranchCapture>