Editing Purchasing.ProductVendor (table)
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 2: | Line 2: | ||
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
− | |- | + | |- |
| '''Table | | '''Table | ||
| Purchasing.ProductVendor | | Purchasing.ProductVendor | ||
Line 8: | Line 8: | ||
| '''Description | | '''Description | ||
| Cross-reference table mapping vendors with the products they supply. | | Cross-reference table mapping vendors with the products they supply. | ||
+ | |- | ||
|} | |} | ||
+ | |||
=== Columns === | === Columns === | ||
Line 18: | Line 20: | ||
| '''Default | | '''Default | ||
| '''Description | | '''Description | ||
− | + | ||
|- valign="top" | |- valign="top" | ||
| ProductID | | ProductID | ||
Line 92: | Line 94: | ||
| '''Primary Key | | '''Primary Key | ||
| '''Columns | | '''Columns | ||
− | |- | + | |- |
| PK_ProductVendor_ProductID_VendorID | | PK_ProductVendor_ProductID_VendorID | ||
| ProductID, VendorID | | ProductID, VendorID | ||
Line 103: | Line 105: | ||
| '''Type | | '''Type | ||
| '''Columns | | '''Columns | ||
− | + | ||
− | |- | + | |- |
| IX_ProductVendor_UnitMeasureCode | | IX_ProductVendor_UnitMeasureCode | ||
| | | | ||
| UnitMeasureCode | | UnitMeasureCode | ||
− | |- | + | |- |
| IX_ProductVendor_VendorID | | IX_ProductVendor_VendorID | ||
| | | | ||
Line 120: | Line 122: | ||
| '''Expression | | '''Expression | ||
| '''Description | | '''Description | ||
− | + | ||
− | |- | + | |- |
| CK_ProductVendor_AverageLeadTime | | CK_ProductVendor_AverageLeadTime | ||
| ([AverageLeadTime]>=(1)) | | ([AverageLeadTime]>=(1)) | ||
| Check constraint [AverageLeadTime] >= (1) | | Check constraint [AverageLeadTime] >= (1) | ||
− | |- | + | |- |
| CK_ProductVendor_LastReceiptCost | | CK_ProductVendor_LastReceiptCost | ||
| ([LastReceiptCost]>(0.00)) | | ([LastReceiptCost]>(0.00)) | ||
| Check constraint [LastReceiptCost] > (0.00) | | Check constraint [LastReceiptCost] > (0.00) | ||
− | |- | + | |- |
| CK_ProductVendor_MaxOrderQty | | CK_ProductVendor_MaxOrderQty | ||
| ([MaxOrderQty]>=(1)) | | ([MaxOrderQty]>=(1)) | ||
| Check constraint [MaxOrderQty] >= (1) | | Check constraint [MaxOrderQty] >= (1) | ||
− | |- | + | |- |
| CK_ProductVendor_MinOrderQty | | CK_ProductVendor_MinOrderQty | ||
| ([MinOrderQty]>=(1)) | | ([MinOrderQty]>=(1)) | ||
| Check constraint [MinOrderQty] >= (1) | | Check constraint [MinOrderQty] >= (1) | ||
− | |- | + | |- |
| CK_ProductVendor_OnOrderQty | | CK_ProductVendor_OnOrderQty | ||
| ([OnOrderQty]>=(0)) | | ([OnOrderQty]>=(0)) | ||
| Check constraint [OnOrderQty] >= (0) | | Check constraint [OnOrderQty] >= (0) | ||
− | |- | + | |- |
| CK_ProductVendor_StandardPrice | | CK_ProductVendor_StandardPrice | ||
| ([StandardPrice]>(0.00)) | | ([StandardPrice]>(0.00)) | ||
Line 153: | Line 155: | ||
| '''Column | | '''Column | ||
| '''Referenced Column | | '''Referenced Column | ||
− | + | ||
− | |- | + | |- |
| [[Production.Product_(table)|Production.Product]] | | [[Production.Product_(table)|Production.Product]] | ||
| ProductID | | ProductID | ||
| ProductID | | ProductID | ||
− | |- | + | |- |
| [[Production.UnitMeasure_(table)|Production.UnitMeasure]] | | [[Production.UnitMeasure_(table)|Production.UnitMeasure]] | ||
| UnitMeasureCode | | UnitMeasureCode | ||
| UnitMeasureCode | | UnitMeasureCode | ||
− | |- | + | |- |
| [[Purchasing.Vendor_(table)|Purchasing.Vendor]] | | [[Purchasing.Vendor_(table)|Purchasing.Vendor]] | ||
| VendorID | | VendorID | ||
Line 175: | Line 177: | ||
| '''Referenced Object | | '''Referenced Object | ||
− | |- | + | |- |
| Schema | | Schema | ||
| Schema | | Schema |