CALCULATEDFIELDDATA Table

The CalculatedFieldData table contains the standard calculated fields included with Infor CRM, as well as those created for custom use. In Infor CRM calculated fields are defined as several fields from one or more tables that are treated as a single unit. For example, character fields may be combined, or mathematical formulas may be used to create calculated fields.

Legend
 

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

CALCFIELDID (PK)

STANDARDID

NOT NULL

CALCULATEDFIELDDATA_CALCFIELDID_PK (CA)

 

 

NAME

varchar(32)

NULLS

 

 

 

DESCRIPTION

varchar(128)

NULLS

 

 

 

BASETABLE

varchar(32)

NULLS

 

 

 

CALCULATION

Textblob

NULLS

 

 

 

SECCODEID(FK)

STANDARDID

NULLS

 

(Many) to (One)

SECCODE.SECCODEID

MODIFYDATE

datetime

NULLS

 

 

 

MODIFYUSER (FK)

char(12)

NULLS

 

(Many) to (One)

USERINFO.USERID

CREATEDATE

datetime

NULLS

 

 

 

CREATEUSER (FK)

char(12)

NULLS

 

(Many) to (One)

USERINFO.USERID

SORTORDER

varchar(128)

NULLS