FACT_PLANNEDGIFTDESIGNATION
Contains information about planned gift designation.
Primary Key
| Primary Key | Field Type |
|---|---|
| PLANNEDGIFTDESIGNATIONFACTID | int |
Fields
| Field | Field Type | Null | Notes | Description |
|---|---|---|---|---|
| PLANNEDGIFTDESIGNATIONSYSTEMID | uniqueidentifier | yes | dbo.[PLANNEDGIFTDESIGNATION].[ID] | |
| PLANNEDGIFTDIMID | int | yes | Surrogate key for the planned gift dim table. | |
| PLANNEDGIFTSYSTEMID | uniqueidentifier | yes | dbo.[PLANNEDGIFTDESIGNATION].[PLANNEDGIFTID] | |
| ISINCLUDED | bit | yes | Flag indicating when data should be included in results. | |
| SOURCEDIMID | int | yes | Source system used. | |
| ETLCONTROLID | int | yes | ID generated through the ETL process. |
Indexes
| Index Name | Fields | Unique | Primary | Clustered |
|---|---|---|---|---|
| PK_FACT_PLANNEDGIFTDESIGNATION | PLANNEDGIFTDESIGNATIONFACTID | yes | yes | yes |