Table of Contents

XMX - XML Template

Module XMX

Description

This table is part of the external document editor and contains XML templates, which are overwriting the template from the source.


Datafields

Name Description Data Type Len Dec. View lines View type Inst. Visible Codetable
INR Internal Unique ID Text 8 1 Edit Yes Public
EXTKEY Template ID Text 64 1 Edit Yes Public
NAM Description Text 40 1 Edit Yes Public
UIL Language Text 2 1 Edit Yes Public UILTXT
CON Content Stream 1 0 Source Yes Public
DEL Suppress Flag Text 1 1 Edit Yes Public
MODFLG Modified Text 1 1 Edit Yes Public YESNO
VER Version Text 4 1 Edit Yes Public
OBJTYP Associated Object Text 3 1 Edit Yes Public Embedded
OBJKEY Key of associated object Text 24 1 Edit Yes Public
ETGEXTKEY Entity Group of XML Template Text 8 1 Edit Yes Public

Indices

Name Fields Properties
XMX_EXTKEY EXTKEY
XMX_INR INR Unique
XMX_OBJ OBJTYP, OBJKEY, EXTKEY, UIL

/


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 XMX.

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 CON Content

Description

Contains the changed XML template text.


Datafield EXTKEY Template ID

Description

External key of the XML template. This is identical to the name of an XML template in the sources.


Datafield NAM Description

Description

Contains the user readable name of the template.


Datafield UIL Language

Description

Contains the language of the template.


Datafield DEL Suppress Flag

Description

If this flag is not empty the XML template text is suppressed for printing in letters.


Datafield MODFLG Modified

Description

If this flag is not empty the XML template contains other text than within the original source.


Datafield VER Version

Description

All versions of a master file entry are sequentially numbered in the field VER that is kept in the master file entry. The initial entry starts with the version number zero.

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 OBJTYP Associated Object

Description

Type of object the template refers to. Usually this is the table the object is associated to.

Codetable
Code Text
XML Document Rule
TRN Transaction
BUS Business Sector
All

Datafield OBJKEY Key of associated object

Description

Holds key of object corresponding to the OBJTYP in this 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.