Table of Contents

TXM - Text Module

Module TXM

Description

TXM is the data table for the Text Module data.


Datafields

Name Description Data Type Len Dec. View lines View type Inst. Visible Codetable
INR Internal Unique ID of Text Module Text 8 1 Edit Yes Public
EXTKEY External Key Used to Identify a Text Module (Grp(8).Key(8)) Text 17 1 Edit Yes Public
NAM Externally Displayed Name to Identify the Text Module Text 40 1 Edit Yes Public
TXT Contents of Text Module Block 70 300 25 Block Yes Public
UIL Language Code [UILCOD, UILTXT] Text 2 1 Edit Yes Public
VER Version Counter Text 4 1 Edit Yes Public
ETGEXTKEY Entity Group of Text Module Text 8 1 Edit Yes Public

Indices

Name Fields Properties
TXM_ETGEXTKEY ETGEXTKEY
TXM_EXTKEY EXTKEY, UIL
TXM_INR INR Unique
TXM_NAM NAM

/


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 TXM. 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 EXTKEY External Key

Description

This field contains the external key used to uniquely identify a text module. This field consists of an 8 character group ID and an 8 character key. This field should be defined as a database key field, as it might be used to search for an entry in the table.

Helpinformation

This field contains the external key used to uniquely identify a text module. This field consists of an 8-digit group ID and an 8-digit key. This field should be defined as a database key field, as it might be used to search for an entry in the table.


Datafield NAM Name

Description

This field contains a descriptive name of the text module.

Helpinformation

This field contains the externally displayed name to identify a text module.


Datafield TXT Contents of Text Module

Description

This field contains the contents of the text module. The maximum size of a text block is currently defined as 70 lines.

Helpinformation

This field contains the contents of the text module. The maximum size of a text block is currently defined as 150 lines.


Datafield UIL Language Code

Description

This field contains the language code of the text stored in the text block. Depending on the language selected for a particular transaction, the text blocks defined in that particular language will be displayed to the user.

Helpinformation

This field contains the language code of the text stored in the text block. Depending on the language selected for a particular transaction, the text blocks defined in that particular language will be displayed to the user.


Datafield VER Version

Description

This field holds the version counter to keep track of the version history of a TXM entry. The individual versions are controlled by entries in the SLG table.

Helpinformation

This field holds the version counter used to keep track of the history of an entry of this table. The individual versions are managed by entries in the SLG table.


Datafield ETGEXTKEY Entitygroup

Description

This table is defined on entity group level with separate entries for each entity group. This field holds the EXTKEY of the entity group which is 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 entity group of the currently active entity are visible to the user.

Helpinformation

This field holds the external key of the owning entity group 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 group are visible to the user.