Difference between revisions of "Purchasing.VendorContact (table)"
| Line 5: | Line 5: | ||
| '''Table | | '''Table | ||
| Purchasing.VendorContact | | Purchasing.VendorContact | ||
| + | |- valign="top" | ||
| + | | '''Description | ||
| + | | Cross-reference table mapping vendors and their employees. | ||
|- | |- | ||
|} | |} | ||
| Line 15: | Line 18: | ||
| '''Nullable | | '''Nullable | ||
| '''Default | | '''Default | ||
| − | | '''PK | + | | '''Description / PK / Index |
| − | |||
| − | |- | + | |- valign="top" |
| VendorID | | VendorID | ||
| int | | int | ||
| not null | | not null | ||
| | | | ||
| − | | PK_VendorContact_VendorID_ContactID | + | | Primary key.<br />PK_VendorContact_VendorID_ContactID |
| − | + | |- valign="top" | |
| − | |- | ||
| ContactID | | ContactID | ||
| int | | int | ||
| not null | | not null | ||
| | | | ||
| − | | | + | | Contact (Vendor employee) identification number. Foreign key to Contact.ContactID.<br />PK_VendorContact_VendorID_ContactIDIX_VendorContact_ContactID |
| − | + | |- valign="top" | |
| − | |- | ||
| ContactTypeID | | ContactTypeID | ||
| int | | int | ||
| not null | | not null | ||
| | | | ||
| − | | | + | | Contact type such as sales manager, or sales agent.<br />IX_VendorContact_ContactTypeID |
| − | + | |- valign="top" | |
| − | |- | ||
| ModifiedDate | | ModifiedDate | ||
| datetime | | datetime | ||
| not null | | not null | ||
| (getdate()) | | (getdate()) | ||
| − | | | + | | Date and time the record was last updated.<br /> |
| − | |||
|} | |} | ||
| Line 69: | Line 67: | ||
| VendorID | | VendorID | ||
|} | |} | ||
| + | |||
| + | |||
| + | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
| + | |- style="background:silver" | ||
| + | | '''Reference Type | ||
| + | | '''Object Type | ||
| + | | '''Referencing Object | ||
| + | |||
| + | |- | ||
| + | | Select | ||
| + | | View | ||
| + | | [[Purchasing.vVendor_(view)|Purchasing.vVendor]] | ||
| + | |||
| + | |- | ||
| + | | Select | ||
| + | | SQL table-valued-function | ||
| + | | [[dbo.ufnGetContactInformation_(function)|dbo.ufnGetContactInformation]] | ||
| + | |||
| + | |} | ||
| + | |||
| + | |||
| + | |||
== automatically generated == | == automatically generated == | ||
Revision as of 22:55, 28 December 2009
wikibot
| Table | Purchasing.VendorContact |
| Description | Cross-reference table mapping vendors and their employees. |
| Column | Data Type | Nullable | Default | Description / PK / Index |
| VendorID | int | not null | Primary key. PK_VendorContact_VendorID_ContactID | |
| ContactID | int | not null | Contact (Vendor employee) identification number. Foreign key to Contact.ContactID. PK_VendorContact_VendorID_ContactIDIX_VendorContact_ContactID | |
| ContactTypeID | int | not null | Contact type such as sales manager, or sales agent. IX_VendorContact_ContactTypeID | |
| ModifiedDate | datetime | not null | (getdate()) | Date and time the record was last updated. |
| Relation | Column | Referenced Column |
| Person.Contact | ContactID | ContactID |
| Person.ContactType | ContactTypeID | ContactTypeID |
| Purchasing.Vendor | VendorID | VendorID |
| Reference Type | Object Type | Referencing Object |
| Select | View | Purchasing.vVendor |
| Select | SQL table-valued-function | dbo.ufnGetContactInformation |
automatically generated
| Table | Purchasing.VendorContact |
| Description | Cross-reference table mapping vendors and their employees. |
| Column | Data Type | Nullable | Default | Description / PK / Index |
| VendorID | int | not null | Primary key. PK_VendorContact_VendorID_ContactID | |
| ContactID | int | not null | Contact (Vendor employee) identification number. Foreign key to Contact.ContactID. PK_VendorContact_VendorID_ContactIDIX_VendorContact_ContactID | |
| ContactTypeID | int | not null | Contact type such as sales manager, or sales agent. IX_VendorContact_ContactTypeID | |
| ModifiedDate | datetime | not null | (GETDATE()) | Date and time the record was last updated. |
| Relation | Column | Referenced Column |
| Person.Contact | ContactID | ContactID |
| Person.ContactType | ContactTypeID | ContactTypeID |
| Purchasing.Vendor | VendorID | VendorID |
| Dependency Type | Object Type | Referenced Object |
| Schema | Schema | Purchasing |
| Reference Type | Object Type | Referencing Object |
| Select | View | Purchasing.vVendor |
| Select | SQL table-valued-function | dbo.ufnGetContactInformation |