SLXLOGITEM Table

Added in version 7.5.4

The SLXLOGITEM table stores application log entries from various integration sources such as synchronization. The table is used for accounting integration functionality.

While this table does not have a field defined as a primary key, the SLXLOGITEMID field should be unique and considered a primary key.

Legend
 

Field Datatype (Length) Allow Nulls Indexes Relationship Related Table and Field

SLXLOGITEMID

char(12)

NOT NULL

SLXLOGITEM_PRIMARY (AK)

(One) to (Many)

SYNCJOB.SLXLOGITEMID

ENTITYTYPE

varchar(32)

NULLS

 

 

 

ENTITYID (FK)

char(12)

NULLS

 

(Many) to (One)

SYNCJOB.SYNCJOBID

LOGMESSAGE

varchar(2000)

NULLS

 

 

 

CALLSTACK

text

NULLS

 

 

 

CREATEUSER (FK)

char(12)

NULLS

 

(Many) to (One)

USERINFO.USERID

CREATEDATE

datetime

NULLS

 

 

 

MODIFYUSER (FK)

char(12)

NULLS

 

(Many) to (One)

USERINFO.USERID

MODIFYDATE

datetime

NULLS

 

 

 

RESOURCEKIND

varchar(64)

NULLS

 

 

 

LOGLEVEL

varchar(24)

NULLS