PurchaseDateData Table
This table stores purchase dates known to FNMP. This maps directly to the External Purchase Date Dimension. This is not a slowly changing dimension, but a snapshot of current and deleted purchase order dates.
Note: To cater for multi-tenant mode, this table may contain data for
multiple tenants. Access requires that the database
TenantID
has been set in the SQL Server
connection context information. That setting filters an underlying table to produce this
view of data for the single, selected tenant.
Database Column |
Details |
---|---|
PurchaseDateID
|
Type: integer. Key. Generated ID Unique identifier for this purchase date. |
Month
|
Type: integer. Key The month for this purchase date. |
Year
|
Type: integer. Key The year for this purchase date. |