Field |
Field Type |
Null |
Notes |
Description |
APPLYTOCODE |
tinyint |
|
Default = 0 |
The type of constituent that this default applies to. |
PRIMARYADDRESSEE |
bit |
|
Default = 0 |
Indicates whether or not this name format will be the primary addressee. |
PRIMARYSALUTATION |
bit |
|
Default = 0 |
Indicates whether or not this name format will be the primary salutation. |
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) |
 |
CONVERT(bigint, TS) |
Numeric representation of the timestamp. |
APPLYTO |
nvarchar(11) (Computed) |
 |
CASE [APPLYTOCODE] WHEN 0 THEN N'Individuals' END |
Provides a translation for the 'APPLYTOCODE' field. |