> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# DocumentField

> Spaltenreferenz für die DocumentField-Tabelle, in der die Felder eines ABBYY FlexiCapture-Dokuments einschließlich Feldpfad, Wert und Kennzeichnung als Indexfeld erfasst werden.

## <a id="start" />Zweck

Enthält Informationen zu den Feldern des Dokuments.

[Diagramm der Beziehungen zwischen den Details zum Dokumentstatus](/de/flexi-capture/reporting-service/reporting-db-document-state)

<div id="list-of-columns">
  ## Liste der Spalten
</div>

<table width="100%">
  <tbody>
    <tr>
      <td>
        <p>
          <strong>Schlüssel</strong>
        </p>
      </td>

      <td>
        <p>
          <strong>Name</strong>
        </p>
      </td>

      <td>
        <p>
          <strong>Typ</strong>
        </p>
      </td>

      <td>
        <p>
          <strong>Erforderlich</strong>
        </p>
      </td>

      <td>
        <p>
          <strong>Beschreibung</strong>
        </p>
      </td>
    </tr>

    <tr>
      <td rowspan="5"> </td>

      <td>
        <p>DocumentID</p>
      </td>

      <td>
        <p>bigint</p>
      </td>

      <td>
        <p>ja</p>
      </td>

      <td>
        <p>
          Dokument-ID. Entspricht der Eintrags-ID in der Tabelle <a href="/de/flexi-capture/reporting-service/reporting-document">Document</a>.
        </p>
      </td>
    </tr>

    <tr>
      <td>
        <p>DocumentProcessedDate</p>
      </td>

      <td>
        <p>date</p>
      </td>

      <td>
        <p>ja</p>
      </td>

      <td>
        <p>Das Datum, an dem sich der Status des Dokuments in „Processed“ änderte.</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>FieldPath</p>
      </td>

      <td>
        <p>nvarchar</p>
      </td>

      <td>
        <p>ja</p>
      </td>

      <td>
        <p>
          Der vollständige Name des Felds in der Document Definition (bestehend aus den Namen der darunterliegenden Objekte in der Baumstruktur, vom Abschnitt bis zum Feld selbst, getrennt durch ""). Zum Beispiel wird ein
          Feld, das einen Vendor-Namen enthält, wie folgt angezeigt: "Invoice Layout\Vendor\Name"
        </p>
      </td>
    </tr>

    <tr>
      <td>
        <p>FieldValue</p>
      </td>

      <td>
        <p>nvarchar</p>
      </td>

      <td>
        <p>ja</p>
      </td>

      <td>
        <p>Feldwert. Wird nur für Indexfelder ausgefüllt.</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>IsIndexed</p>
      </td>

      <td>
        <p>bit</p>
      </td>

      <td>
        <p>ja</p>
      </td>

      <td>
        <p>Dieses Flag gibt an, ob das Feld ein Indexfeld ist.</p>
      </td>
    </tr>
  </tbody>
</table>
