| Previous: fiscal_month | Unanet Data Model | Next: fiscal_quarter |
| Column Name | Data Type | Default Value |
References Table |
Foreign Key Name |
||
| 1. | fiscal_month_key | decimal(15) | fiscal_month | fk_fm_org_feature_close1 | ||
| 2. | PK | customer_key | decimal(15) | customer | fk_fm_org_feature_close2 | |
| 3. | PK | feature | tinyint | |||
| 4. | closed_timestamp | datetime | (getdate()) | |||
| 5. | closed_by | decimal(15) | person | fk_fm_org_feature_close3 | ||
| Column | References | Foreign Key Name | |
| Table | Column | ||
| customer_key | customer | customer_key | fk_fm_org_feature_close2 |
| fiscal_month_key | fiscal_month | fiscal_month_key | fk_fm_org_feature_close1 |
| closed_by | person | person_key | fk_fm_org_feature_close3 |
| Name | Definition |
| cc_fm_org_feature_close_ftr | ([feature]>=(0) AND [feature]<=(99)) |
| cc_fm_org_feature_timestamp | ([closed_timestamp]>='1900-01-01' AND [closed_timestamp]<='2099-12-31') |
| Index Name | Unique | Column Name | Asc Or Desc |
| pk_fm_org_feature_close | true | customer_key | Asc |
| feature | |||
| idx_fm_org_feature_close1 | false | fiscal_month_key | Asc |
| idx_fm_org_feature_close2 | false | closed_by | Asc |