SYNCJOB Table

Added in Version 7.5.4

The SYNCJOB table stores information specific to the instance of an executed synchronization cycle. Added for accounting integration functionality. The table is used for accounting integration functionality.

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

Legend
 

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

SYNCJOBID

char(12)

NOT NULL

SYNCJOB_PRIMARY (AK)

(One) to (Many)

SLXLOGITEM.ENTITYID

 

 SYNCRESULT.JOBID

JOBNAME

varchar(64)

NULLS

 

 

 

RESOURCEKIND

varchar(32)

NULLS

 

 

 

ENDPOINT

varchar(256)

NULLS

 

 

 

STARTTIME

datetime

NULLS

 

 

 

ENDTIME

datetime

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

 

 

 

INTEGRATIONID (FK)

char(12)

NULLS

 

(Many) to (One)

 

INTEGRATION.INTEGRATIONID

STATUS

varchar(64)

NULLS