Configuring Table Fields - Workflow - English - Foundation 22.1 - OnBase - Premier - external - Standard - Premier - Standard

Workflow

Platform
OnBase
Product
Workflow
Release
Foundation 22.1
License
Premier
Standard

In order to use a table with generated data, you must configure it in a specific way. To create a table:

  1. Create a Rich Text or Rich Text Content Control control with the tag of the data you want to generate from OnBase Studio.
    Fragments that can populate tables will have the suffix of Table. Example: wffld.AssignedFilterTable. Within the Documentation Tags dialog box, fields that populate tables will have a expandable Table Definition section that defines the data tags which can be placed within table cells.
  2. Insert a standard Word table within that control.
  3. Insert the Table Definition data tags within the table cells as appropriate. The data tag names should be placed with { }.

    As an example, when configuring a wffld.AssignedFilterTable, the following data tags could be placed in a 3 column table:

    {Name}

    {DisplayColumns}

    {SortColumns}

    CAUTION:

    If you do not use { } as a placeholder and leave the column empty, the document generator will remove that column from the table.