Contains saved name format parameter group salutation settings.
Primary Key
| Primary Key |
Field Type |
| ID |
uniqueidentifier |
Fields
| Field |
Field Type |
Null |
Notes |
Description |
| SALUTATIONFORMATISPRIMARY |
bit |
|
Default = 0 |
Flag to true to use the primary salutation as the salutation 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 salutation 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_NAMEFORMATPARAMETERGRPSALUTATION_DATEADDED |
DATEADDED |
|
|
yes |
| IX_NAMEFORMATPARAMETERGRPSALUTATION_DATECHANGED |
DATECHANGED |
|
|
|
| PK_NAMEFORMATPARAMETERGRPSALUTATION |
ID |
yes |
yes |
|
| UIX_NAMEFORMATPARAMETERGRPSALUTATION_NAMEFORMATPARAMETERID_NAMEFORMATTYPECODEID_SALUTATIONFORMATISPRIMARY |
NAMEFORMATPARAMETERID, NAMEFORMATTYPECODEID, SALUTATIONFORMATISPRIMARY |
yes |
|
|
Triggers