VendorData Table
This table stores each of the vendors known to FNMP. This maps directly to the External Vendor Dimension. This is not a slowly changing dimension, but a snapshot of current and deleted vendors. If vendor properties change from one snapshot to the next, the information in this table will be updated.
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 |
---|---|
VendorID
|
Type: integer. Key Unique identifier for this vendor from the FNMP database. |
VendorName
|
Type: text (max 64 characters) The name of this vendor. |