FAFFRIENDLYURLPARAMS (4.0SP17)

Extra parameters for FAF participant friendly url

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.

NFGCAMPAIGNLEVELID

uniqueidentifier

true

Fields
Field Field Type Null Notes Description

PAGETYPE

int

false

0

Page type

PARTICIPANTID

uniqueidentifier

false

Participant ID

CUSTOMIDENTIFIER

nvarchar(100)

false

''

User-definable custom identifier.

SEQUENCEID

int

false

Identity column used to increment the default lookupid.

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.

LOOKUPID

nvarchar(100) (Computed)

true

Indexes
Index Name Field(s) Unique Primary Clustered

IX_FAFFRIENDLYURLPARAMS_DATEADDED

DATEADDED

False

False

True

IX_FAFFRIENDLYURLPARAMS_DATECHANGED

DATECHANGED

False

False

False

PK_FAFFRIENDLYURLPARAMS

ID

True

True

False

UC_FAFFRIENDLYURLPARAMS_LOOKUPID

LOOKUPID

True

False

False

UC_FAFFRIENDLYURLPARAMS_PARTICIPANTID

PARTICIPANTID

True

False

False

Triggers
Trigger Name Description

TR_FAFFRIENDLYURLPARAMS_AUDIT_UPDATE

TR_FAFFRIENDLYURLPARAMS_AUDIT_DELETE