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. |
Field | Datatype (Length) | Allow Nulls | Indexes | Relationship | Related Table and Field |
---|---|---|---|---|---|
SLXLOGITEMID |
char(12) |
NOT NULL |
SLXLOGITEM_PRIMARY (AK) |
(One) to (Many) |
|
ENTITYTYPE |
varchar(32) |
NULLS |
|
|
|
ENTITYID (FK) |
char(12) |
NULLS |
|
(Many) to (One) |
|
LOGMESSAGE |
varchar(2000) |
NULLS |
|
|
|
CALLSTACK |
text |
NULLS |
|
|
|
CREATEUSER (FK) |
char(12) |
NULLS |
|
(Many) to (One) |
|
CREATEDATE |
datetime |
NULLS |
|
|
|
MODIFYUSER (FK) |
char(12) |
NULLS |
|
(Many) to (One) |
|
MODIFYDATE |
datetime |
NULLS |
|
|
|
RESOURCEKIND |
varchar(64) |
NULLS |
|
|
|
LOGLEVEL |
varchar(24) |
NULLS |
|
|
|