Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Description

Table Field

Release Notes

Project Form App

In every Project Form App, there may exist multiple Form Iterations.

ZFORM_NAME

AS-IS logic before FAB 3.3

Form Iteration

Form Iteration value increments whenever user saves the form app via 'SAVE (new iteration)' button or form is transported through systems.

Each Form Iteration can accommodate multiple Workflow IDs intended for future Alternate Workflows.

ZITERATION_NO

AS-IS logic before FAB 3.3

Workflow ID

Since the Alternate Workflow functionality has not been released yet, Workflow IDs as of FAB released v3.3.1 will consistently remain set to '1'.

Within each Workflow ID, numerous Workflow Versions can be found.

ID

Workflow Version

All workflow versions available for each Form App can now be easily viewed via the new workflow designer. See Process Designer | WF Version List

A Workflow Version can be Editable or Active/Locked.

VERSION_ID

Added logic on FAB 3.3.1

Related Tables

/IQX/FORMHD_INST - FAB Form Header Instance Data (run-time values)

  • Run-time values of created Form App Instances

  • Notable Fields:

    • ZFORM_NAME: Form App

    • ZINSTANCE: Form Instance

    • WF_INSTANCE:

      • Unique Workflow Version Identifier on which the Form Instance is currently running

      • Contains the same value as /IQX/FAB_WF-MD5_CHECKSUM

/IQX/FAB_WF - FAB Enhanced Workflow Definition

...

  • As of FAB v3.3.1, this table stores the definition snapshot every time WF Definition is activated.

  • As of FAB v3.3, this table stores the definition snapshot of WF Definition when a FAB Form instance is submitted.

  • Notable Fields:

    • WF_INSTANCE: Contains the same value as /IQX/FAB_WF-MD5_CHECKSUM

    • ZFORM_NAME: Form App

    • ZITERATION_NO: Form Iteration

    • ID: Workflow ID (Always set to '1' as of FAB v3.3.1)

  • Description Fields:

    • VERSION_DESC: Workflow Version Description (editable via new workflow designer)

...

    • )

...

  • Run-time values of created Form App Instances

  • Notable Fields:

    • ZFORM_NAME: Form App

    • ZINSTANCE: Form Instance

    • WF_INSTANCE:

    • Unique Workflow Version Identifier on which the Form Instance is currently running

    • Contains the same value as /IQX/FAB_WF-MD5_CHECKSUM

More Information

To know more the differences between data fields for different FAB release version, please check FAB Process Flow Version Comparison.

...