Difference between revisions of "Production.ProductCostHistory (table)"
Line 140: | Line 140: | ||
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
|- style="background:silver" | |- style="background:silver" | ||
+ | | '''Dependency Type | ||
+ | | '''Object Type | ||
| '''Referenced Object | | '''Referenced Object | ||
− | |||
− | |||
|- | |- | ||
− | |||
| Schema | | Schema | ||
| Schema | | Schema | ||
+ | | [[Production_(schema)|.Production]] | ||
+ | |||
|} | |} | ||
Line 153: | Line 154: | ||
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
|- style="background:silver" | |- style="background:silver" | ||
+ | | '''Reference Type | ||
+ | | '''Object Type | ||
| '''Referencing Object | | '''Referencing Object | ||
− | |||
− | |||
|- | |- | ||
+ | | Select | ||
+ | | Function | ||
| [[dbo.ufnGetProductStandardCost_(function)|dbo.ufnGetProductStandardCost]] | | [[dbo.ufnGetProductStandardCost_(function)|dbo.ufnGetProductStandardCost]] | ||
− | + | ||
− | |||
|} | |} |
Revision as of 06:32, 30 November 2009
wikibot
Table | Production.ProductCostHistory |
Column | Data Type | Nullable | Default | PK | Index |
ProductID | int | not null | PK_ProductCostHistory_ProductID_StartDate | ||
StartDate | datetime | not null | PK_ProductCostHistory_ProductID_StartDate | ||
EndDate | datetime | null | |||
StandardCost | money | not null | |||
ModifiedDate | datetime | not null | (getdate()) |
Relation | Column | Referenced Column |
Production.Product | ProductID | ProductID |
automatically generated
Table | Production.ProductCostHistory |
Description | Changes in the cost of a product over time. |
Column | Data Type | Nullable | Default | Description / PK / Index |
ProductID | int | not null | Product identification number. Foreign key to Product.ProductID PK_ProductCostHistory_ProductID_StartDate | |
StartDate | datetime | not null | Product cost start date. PK_ProductCostHistory_ProductID_StartDate | |
EndDate | datetime | null | Product cost end date. | |
StandardCost | money | not null | Standard cost of the product. | |
ModifiedDate | datetime | not null | (GETDATE()) | Date and time the record was last updated. |
Relation | Column | Referenced Column |
Production.Product | ProductID | ProductID |
Dependency Type | Object Type | Referenced Object |
Schema | Schema | .Production |
Reference Type | Object Type | Referencing Object |
Select | Function | dbo.ufnGetProductStandardCost |