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>