Contains saved name format parameter group addressee settings.
Primary Key
| Primary Key |
Field Type |
| ID |
uniqueidentifier |
Fields
| Field |
Field Type |
Null |
Notes |
Description |
| ADDRESSEEFORMATISPRIMARY |
bit |
|
Default = 0 |
Flag to true to use the primary addressee as the addressee format, regardless of type. |
| SEQUENCE |
int |
|
Default = 0 |
|
| DATEADDED |
datetime |
|
Default = getdate() |
Indicates the date this record was added. |
| DATECHANGED |
datetime |
|
Default = getdate() |
Indicates the date this record was last changed. |
| TS |
timestamp |
|
|
Timestamp. |
| TSLONG |
bigint (Computed) |
yes |
CONVERT(bigint, TS) |
Numeric representation of the timestamp. |
Foreign Keys
| Foreign Key |
Field Type |
Null |
Notes |
Description |
| NAMEFORMATPARAMETERID |
uniqueidentifier |
|
NAMEFORMATPARAMETER.ID
|
FK to NAMEFORMATPARAMETER |
| NAMEFORMATTYPECODEID |
uniqueidentifier |
yes |
NAMEFORMATTYPECODE.ID
|
The addressee name format to use for individuals. |
| ADDEDBYID |
uniqueidentifier |
|
CHANGEAGENT.ID
|
FK to CHANGEAGENT. |
| CHANGEDBYID |
uniqueidentifier |
|
CHANGEAGENT.ID
|
FK to CHANGEAGENT. |
Indexes
| Index Name |
Fields |
Unique |
Primary |
Clustered |
| IX_NAMEFORMATPARAMETERGRPADDRESSEE_DATEADDED |
DATEADDED |
|
|
yes |
| IX_NAMEFORMATPARAMETERGRPADDRESSEE_DATECHANGED |
DATECHANGED |
|
|
|
| PK_NAMEFORMATPARAMETERGRPADDRESSEE |
ID |
yes |
yes |
|
| UIX_NAMEFORMATPARAMETERGRPADDRESSEE_NAMEFORMATPARAMETERID_NAMEFORMATTYPECODEID_ADDRESSEEFORMATISPRIMARY |
NAMEFORMATPARAMETERID, NAMEFORMATTYPECODEID, ADDRESSEEFORMATISPRIMARY |
yes |
|
|
Triggers