Added in version 7.5.4
The SYNCDIGEST table stores the tables Infor CRM needs to send to a target. The table is used for accounting integration functionality.
|
While this table does not have a field defined as a primary key, the SYNCDIGESTID field should be unique and considered a primary key. |
Field | Datatype (Length) | Allow Nulls | Indexes | Relationship | Related Table and Field |
---|---|---|---|---|---|
SYNCDIGESTID |
char(12) |
NOT NULL |
SYNCDIGEST_PRIMARY (AK) |
|
|
CREATEUSER (FK) |
char(12) |
NULLS |
|
(Many) to (One) |
|
CREATEDATE |
datetime |
NULLS |
|
|
|
MODIFYUSER (FK) |
char(12) |
NULLS |
|
(Many) to (One) |
|
MODIFYDATE |
datetime |
NULLS |
|
|
|
APPID (FK) |
varchar(12) |
NULLS |
SYNCDIGEST_APPID (IE) |
(Many) to (One) |
|
TICK |
int |
NULLS |
|
|
|
LASTUPDATED |
datetime |
NULLS |
|
|
|
CONFLICTPRIORITY |
smallint |
NULLS |
|
|
|
RESOURCETYPE |
varchar(64) |
NULLS |
|
|
|