Help > The available tables

The available tables

The tables with names beginning with "C_" contain constant values. Changes are rare.

The tables with names beginning with "W_" contain working values. These remain in the statistics database after processing. In the XBOUND database (the main database), such data is deleted when the documents done being processed.

Column

Description

C_CellDef

Definition of a cell within a table. (When a table definition is created in XBOUND, the definition of the individual cells is saved here.)

C_Client

A client is a logical arrangement of processes belonging together.

C_DocType

Document types indicate the functional category of a document and are valid for a particular process. Documents usually have a document type.

C_Feature

From a technical point of view, a feature is a DLL. From a logical point of view, it is an XBOUND activity.

C_FieldDefinition

Field definitions always apply to a particular document type.

C_Process

A process is a complete rule specifying how documents are to be processed by XBOUND. Any number of processes can run simultaneously.

C_ProcessStep

Documents are processed in several process steps within a process. Each process step describes certain operations (activities) that are to be performed on the documents.

A process step is based on an activity and then specifically configured for what you want to achieve in your process.

C_ReportingCat

A reporting category is a collection of process steps. You can assign activities to reporting categories in order to build groups, for example, when the same activity has different names (such as Export File A, Export File B) in order to look at the whole Export activity at once.

C_Status

The status of a validation.

C_TableDef

Tables are often used in documents such as invoices that contain tables in which position, quantity, article number and price are processed. A table definition belongs to a document type.

W_CellHistory

This table contains a history of table field cells.

W_DocHistory

This table contains a history of the document. Each change to the document is saved. For example you can trace changes to the document type.

W_DocReport

This table contains aggregate field values and validity statistics, as well as several types of Capture data.

W_Document

This table contains processing information about a document.

W_Field

This table contains processing information about a field.

W_FieldHistory

This table contains a history of the field values. It is populated if Save history is selected in the XBOUND field definitions (if any) and in the document type to which the fields belong.

W_FieldReport

This table contains Capture values for a field.

W_FieldTable

This table contains field values as cells.

W_Image

Image of a scanned page.

W_Medium

The media.

W_Page

The page of a scanned sheet.

W_Sheet

A scanned sheet.

W_Step

Information about an executed process step.

W_TableCell

The content of a table cell.

W_TableRow

A data set (row) in a table.

W_Token

The processing order of a document.

Database diagram

The available views

Overview of the database

Introduction