SLXLOCATION Table

Added in version 7.5.4

The SLXLOCATION table stores the warehouse or location that a commodity can be shipped from. This table is used for accounting integration functionality.

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

 

Legend
 

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

SLXLOCATIONID

char(12)

NOT NULL

SLXLOCATIONID (AK)

(One) to (Many)

 

SALESORDERITEMS.SLXLOCATIONID

GLOBALSYNCID

varchar(36)

NULLS

GLOBALSYNCID (IE)

 

 

APPID (FK)

varchar(12)

NULLS

 

(Many) to (One)

APPIDMAPPING.APPID

TICK

int

NULLS

SLXLOCATION_TICK (IE)

 

 

ACTIVEFLAG

varchar(1)

NULLS

 

 

 

LOCATIONTYPE

varchar(64)

NULLS

 

 

 

NAME

varchar(64)

NULLS

 

 

 

DESCRIPTION

text(64)

NULLS

 

 

 

ADDRESSID (FK)

char(12)

NULLS

 

(Many) to (One)

ADDRESS.ADDRESSID

SALEFLAG

varchar(1)

NULLS

 

 

 

TRANSITFLAG

varchar(1)

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