FAFOFFLINEFORMCONTENT (4.0SP17)

Part content data for the FAF offline form part.

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

ADDEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CHANGEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

Fields
Field Field Type Null Notes Description

NAME

nvarchar(500)

false

''

Form name

DESCRIPTION

nvarchar(510)

false

''

Form description

TYPECODE

tinyint

false

3

Form type

TYPE

nvarchar(12) (Computed)

true

Provides a translation for the 'TYPECODE' field.

IMAGEID

int

false

0

Form image ID

HTML

nvarchar(max)

false

''

Form html

DATEADDED

datetime

false

getdate()

Indicates the date this record was added.

DATECHANGED

datetime

false

getdate()

Indicates the date this record was last changed.

TS

timestamp

false

Timestamp.

TSLONG

bigint (Computed)

true

Numeric representation of the timestamp.

Indexes
Index Name Field(s) Unique Primary Clustered

IX_FAFOFFLINEFORMCONTENT_DATEADDED

DATEADDED

False

False

True

IX_FAFOFFLINEFORMCONTENT_DATECHANGED

DATECHANGED

False

False

False

PK_FAFOFFLINEFORMCONTENT

ID

True

True

False

Triggers
Trigger Name Description

TR_FAFOFFLINEFORMCONTENT_AUDIT_UPDATE

TR_FAFOFFLINEFORMCONTENT_AUDIT_DELETE