Install and Configure Transflo DMS Index Validation

TRANSFLO® applications store index data in the TRANSFLO® database prior to being imported into Docubase, Gauss, or FileNet for permanent storage. Each image or document is described by a group of fields in the database. Some of this data also can be stored in a corporate information system for use throughout the organization. Batch Scan, Capture, Field Imaging, and other Transflo DMS Enterprise intelligent automation applications can retrieve this data directly from other systems so that it is not necessary to re-enter the data manually or update the host system.

Index Validation is not strictly a retrieval mechanism. It is an application component that encapsulates an ODBC call to a host source (DB2, SQL Server, or any ODBC-compliant platform). It was designed to replace the older plug-in DLLs in TRANSFLO® applications. Any system that alters an ODBC driver should be accessible through Index Validation.

Configuration of Index Validation involves defining both input and output fields and then mapping the Index Validation fields to data fields in the calling application. Index Validation ships with two access methods: Simple Query and Parsed Procedure.

  • Simple Query: Simple Query uses a SQL statement. The inputs and outputs of the query are mapped to data fields. If the query returns more than one result, you are presented with a pick list.

  • Parsed Procedure: Parsed Procedure is more complex. It can be used for all stored procedures, regardless of whether or not they contain parsed fields. To use Parsed Procedure, either a stored procedure is created in the script or an existing stored procedure in the host database is called by Index Validation. To use the latter method, you must know the name of the stored procedure on the server and the input and output parameters to be used. All input and output parameters can be mapped to data fields. Optionally, output fields can be parsed into individual fields and individually mapped to data fields. If multiple output parameters are defined as being parsed and more than one contain data, the user is presented with a pick list.

All TRANSFLO® applications that use Index Validation including Index, Import, and Batch Scan have a tab or button to configure Index Validation.