NAMEFORMATPARAMETERORGADDRESSEE (4.0SP20)

Contains saved name format parameter organization addressee settings.

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

NAMEFORMATPARAMETERID

uniqueidentifier

false

FK to NAMEFORMATPARAMETER

NAMEFORMATTYPECODEID

uniqueidentifier

true

The addressee name format to use for individuals.

ADDEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CHANGEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

Fields
Field Field Type Null Notes Description

ADDRESSEEFORMATISPRIMARY

bit

false

0

Flag to true to use the primary addressee as the addressee format, regarless of type.

SEQUENCE

int

false

0

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_NAMEFORMATPARAMETERORGADDRESSEE_DATEADDED

DATEADDED

False

False

True

IX_NAMEFORMATPARAMETERORGADDRESSEE_DATECHANGED

DATECHANGED

False

False

False

PK_NAMEFORMATPARAMETERORGADDRESSEE

ID

True

True

False

UIX_NAMEFORMATPARAMETERORGADDRESSEE_NAMEFORMATPARAMETERID_NAMEFORMATTYPECODEID_ADDRESSEEFORMATISPRIMARY

NAMEFORMATPARAMETERID

NAMEFORMATTYPECODEID

ADDRESSEEFORMATISPRIMARY

True

False

False

Triggers
Trigger Name Description

TR_NAMEFORMATPARAMETERORGADDRESSEE_AUDIT_UPDATE

TR_NAMEFORMATPARAMETERORGADDRESSEE_AUDIT_DELETE