Overview
The Supplier
table is designed to track various suppliers within a system. This table includes information such as whether the supplier is valid, active, or a courier. It also includes keys for the associated currency and country, providing better categorization and management of supplier data.
common.dimSupplier
Column Name | Description | Type | Is Unique |
---|---|---|---|
SupplierKey | The primary key for the table | number | Yes |
Name | Supplier name | text | No |
IsValid | Indicates if the supplier is valid | true/false | No |
IsActive | Indicates if the supplier is active | true/false | No |
IsCourier | Indicates if the supplier is a courier | true/false | No |
CurrencyKey | The key for the associated currency | number | No |
CountryKey | The key for the associated country | number | No |
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article