SLXWEBGROUP Table

The SLXWEBGROUP and SLXWEBGROUPITEM tables work together to store groups or collections of items for the Web Client. This table contains information including, but not limited to, the group ID and group name.

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

Legend
 

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

SLXWEBGROUPID  (FK)

char(12)

NULLS

SLXWEBGROUP_SLXWEBGROUPID (IE)

(One) to (Many)

SLXWEBGROUPITEM.SLXWEBGROUPID

USERID (FK)

char(12)

NULLS

SLXWEBGROUP_USERID (IE)

(Many) to (One)

USERSECURITY.USERID

(Many) to (One)

SLXWEBUSERINFO.USERID

CREATEUSER (FK)

char(12)

NULLS

 

(Many) to (One)

USERINFO.USERID

CREATEDATE

datetime(8)

NULLS

 

 

 

MODIFYUSER (FK)

char(12)

NULLS

 

(Many) to (One)

USERINFO.USERID

MODIFYDATE

datetime(8)

NULLS

 

 

 

GROUPNAME

varchar(64)

NULLS