Table of Contents

WFS - Workflow Subject

Module WFS

Description

One entry for every entry that is subject to the workflow.
Currently this is every TRN, as long as the TRN is subject to workflow.


Datafields

Name Description Data Type Len Dec. View lines View type Inst. Visible Codetable
INR Internal Unique ID of Workflow Subject Text 8 1 Edit Yes Public
OBJTYP Table Used to Store Associated Object Text 6 1 Edit Yes Public Embedded
OBJINR INR of Object Text 8 1 Edit Yes Public
OBJNAM External Readable Object Identification Text 40 1 Edit Yes Public
ETYEXTKEY Entity holding Workflow Subject Text 8 1 Edit Yes Public

Indices

Name Fields Properties
WFS_ETYEXTKEY ETYEXTKEY
WFS_INR INR Unique
WFS_OBJ OBJTYP, OBJINR Unique

/


Lock

INR

Datafield Description and Properties


Datafield INR Internal Unique ID

Description

Unique internal ID of a record within the table. The INR is a text field, which is created by retrieving the next valid entry from the counter WFS. The field INR is used to maintain links from other tables into this table.

Helpinformation

Unique internal ID of a record within the table. The INR is a text field, which is created by retrieving the next valid entry from the counter of this table. The field INR is used to enable links from other tables to this table.

For contractdata the INR also links the two tables xxD and xxT as associated entries hold the same INR.


Datafield OBJTYP Object Type

Description

Type of object the WFS entry refers to. This is the table the object is stored in. The table TRN is currently the only table used for workflow.

Helpinformation

The type of object that the Workflow Subject for the entry refers to.

Codetable
Code Text
TRN Transaction
ORD Order

Datafield OBJINR Object INR

Description

INR of the object within the table, defined in OBJTYP. Thus it is currently the TRN\INR of the transaction.

Helpinformation

Unique ID of the object within the table, defined in the Object Type field.


Datafield OBJNAM External Readable Object Identification

Description

This is the longtext description of the object referred to (i.e. typically OBJNAM of the contract of the creating transaction). This field is set in TRNISM.SetWorkflow.

Helpinformation

This is the longtext description of the object referred to (i.e. usually the object name of the contract of the creating transaction).


Datafield ETYEXTKEY Entity

Description

This table is defined on entity level with separate entries for each entity. This field holds the EXTKEY of the owning entity to identify the logical owner of this entry. This field is filled automatically during insert and is used as filter when accessing the database. Without special implementation only entries of the currently active entity are visible to the user.

Helpinformation

This field holds the external key of the owning entity to identify the logical owner of this entry.

This field is filled automatically during insert and is used as filter when accessing the database. Without special implementation only entries of the currently active entity are visible to the user.