ACTIONCENTER (4.0SP15)

Advocacy Action center

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

ACTIONITEMID

uniqueidentifier

false

ActionItemID

SITECONTENTID

int

false

SiteContentId

ADDEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CHANGEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

STORYID

int

true

StoryID

Fields
Field Field Type Null Notes Description

PRIORITYCODE

tinyint

false

0

Priority Type

PRIORITY

nvarchar(6) (Computed)

true

Provides a translation for the 'PRIORITYCODE' field.

SORTORDER

int

false

0

SortOrder

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.

DISPLAYAINAMELIST

bit

false

1

Display Action Item Name in Listing Fields

DISPLAYSYNOPSIS

bit

false

1

Display Synopsis in Listing Fields

DISPLAYTHUMBNAIL

bit

false

1

Display Thumbnail in Listing Fields

DISPLAYAINAME

bit

false

1

Display Action Item Name in Detail Fields

DISPLAYFULLDESCRIPTION

bit

false

1

Display Full Description in Detail Fields

DISPLAYLOGO

bit

false

1

Display Logo in Detail Fields

Indexes
Index Name Field(s) Unique Primary Clustered

IX_ACTIONCENTER_DATEADDED

DATEADDED

False

False

True

IX_ACTIONCENTER_DATECHANGED

DATECHANGED

False

False

False

PK_ACTIONCENTER

ID

True

True

False

UIX_ACTIONCENTER_ACTIONITEMID_SITECONTENTID

ACTIONITEMID

SITECONTENTID

True

False

False

Triggers
Trigger Name Description

TR_ACTIONCENTER_AUDIT_UPDATE

TR_ACTIONCENTER_AUDIT_DELETE