PROCESS Table

The Process table stores information about Infor CRM processes assigned to Infor CRM contacts. Processes are created in Architect as plugins, and then released to users to assign to contacts. The stored information includes the process name, family, contact target ID and name, the status of the process, the start date, the date of the next action, if an activity is part of the process, has the process been suspended, the process node, date of the last action, the details that appear in the Summary tab, the process plugin ID the process is based on, and the ID of the user starting the process.

Legend
 

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

PROCESSID (PK)

STANDARDID(12)

NOT NULL

PROCESS_PROCESSID_PK (CA)

(One) to (Many)

ACTIVITY.PROCESSID

(One) to (Many)

HIST_LEAD.PROCESSID

(One) to (Many)

HISTORY.PROCESSID

NAME

varchar(64)

NULLS

 

 

 

 

FAMILY

varchar(64)

NULLS

 

 

 

TARGETID (FK)

STANDARDID(12)

NOT NULL

PROCESS_TARGETID (IE)

(Many) to (One)

CONTACT.CONTACTID

TARGETNAME

varchar(64)

NULLS

 

 

 

STATUS

int(4)

NULLS

 

 

 

STARTDATE

datetime(8)

NULLS

 

 

 

NEXTACTION

datetime(8)

NULLS

 

 

 

ACTIVITYID (FK)

STANDARDID(12)

NULLS

 

(Many) to (One)

ACTIVITY.ACTIVITYID

(Many) to (One)

HISTORY.ACTIVITYID

SUSPENDED

BOOLEAN(1)

NULLS

 

 

 

USERID (FK)

STANDARDID(12)

NOT NULL

 

(Many) to (One)

USERSECURITY.USERID

NODE

varchar(64)

NULLS

 

 

 

LASTACTION

datetime(8)

NULLS

 

 

 

NEXTSUMMARY

varchar(64)

NULLS

 

 

 

DATA

Datablob(16)

NULLS

 

 

 

BASEDON (FK)

STANDARDID(12)

NULLS

 

(Many) to (One)

PLUGIN.PLUGINID

STARTERID (FK)

STANDARDID(12)

NULLS

 

(Many) to (One)

USERSECURITY.USERID

BASETABLE

varchar(64)

NULLS

 

 

 

BASETABLEID

char(12)

NULLS

 

 

unknown

MODIFYDATE

datetime(8)

NULLS

 

 

 

MODIFYUSER (FK)

char(12)

NULLS

 

(Many) to (One)

USERINFO.USERID

CREATEDATE

datetime(8)

NULLS

 

 

 

CREATEUSER (FK)

char(12)

NULLS

 

(Many) to (One)

USERINFO.USERID