RE7INTEGRATIONPHONEMAP
Maps phone numbers in the database to The Raiser's Edge phone numbers.
Primary Key
Primary Key |
Field Type |
ID |
uniqueidentifier |
Fields
Field |
Field Type |
Null |
Notes |
Description |
RE7PHONEID |
int |
|
Default = 0 |
Contains the record ID of the phone number in The Raiser's Edge database. |
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 |
ID |
uniqueidentifier |
|
PHONE.LOCALID
|
Primary Key. |
ADDEDBYID |
uniqueidentifier |
|
CHANGEAGENT.ID
|
FK to CHANGEAGENT. |
CHANGEDBYID |
uniqueidentifier |
|
CHANGEAGENT.ID
|
FK to CHANGEAGENT. |
Indexes
Index Name |
Fields |
Unique |
Primary |
Clustered |
IX_RE7INTEGRATIONPHONEMAP_DATEADDED |
DATEADDED |
|
|
yes |
IX_RE7INTEGRATIONPHONEMAP_DATECHANGED |
DATECHANGED |
|
|
|
PK_RE7INTEGRATIONPHONEMAP |
ID |
yes |
yes |
|
UIX_RE7INTEGRATIONPHONEMAP_RE7PHONEID |
RE7PHONEID |
yes |
|
|
Triggers