PROSPECTRESEARCHREQUESTMEDIALINK (4.0SP17)

This table contains media links belonging to prospect research requests.

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

AUTHORID

uniqueidentifier

true

The author of the media link.

PROSPECTRESEARCHREQUESTMEDIALINKTYPECODEID

uniqueidentifier

false

Indicates the user-defined type of this media link.

PROSPECTRESEARCHREQUESTID

uniqueidentifier

false

The prospect research request record to which this media link belongs.

ADDEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CHANGEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

Fields
Field Field Type Null Notes Description

DATEENTERED

datetime

false

The date the media link was entered.

TITLE

nvarchar(50)

false

''

The title of the media link.

MEDIAURL

UDT_WEBADDRESS

false

''

The web address of the associated document or media.

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_PROSPECTRESEARCHREQUESTMEDIALINK_AUTHORID

AUTHORID

False

False

False

IX_PROSPECTRESEARCHREQUESTMEDIALINK_DATEADDED

DATEADDED

False

False

True

IX_PROSPECTRESEARCHREQUESTMEDIALINK_DATECHANGED

DATECHANGED

False

False

False

IX_PROSPECTRESEARCHREQUESTMEDIALINK_PROSPECTRESEARCHREQUESTID

PROSPECTRESEARCHREQUESTID

False

False

False

PK_PROSPECTRESEARCHREQUESTMEDIALINK

ID

True

True

False

Triggers
Trigger Name Description

TR_PROSPECTRESEARCHREQUESTMEDIALINK_AUDIT_UPDATE

TR_PROSPECTRESEARCHREQUESTMEDIALINK_AUDIT_DELETE