SupplierRegistrationRequestsproductsAndServices
Logs the products and services a supplier offers, matching them to internal categories for procurement decisions.
Columns
Name | Type | Description |
SupplierRegistrationRequestsSupplierRegistrationKey [KEY] | String | A unique identifier that links the specific supplier registration request to its products and services data. This key associates the registration request with its products and services information. |
ProductsServicesRequestId [KEY] | Long | A unique identifier for the products and services request associated with the supplier registration. This field helps to distinguish between different types of requests within the registration process. |
CategoryId | Long | A unique identifier for the category of products or services requested in the supplier registration. This ID links the request to a specific category in the product or service taxonomy. |
CategoryType | String | Describes the type of category for the products or services being requested. Accepted values may include 'Goods', 'Services', or other classifications defined in the supplier catalog. |
CategoryDescription | String | A detailed description of the category for the products or services requested. This field provides further context to the category, detailing the scope and characteristics of the products or services. |
CategoryName | String | The name of the category for the products or services requested. This field helps identify the category in a user-friendly manner (for example, 'Office Supplies', 'Consulting Services'). |
Finder | String | A searchable field used to locate specific records related to products and services in the supplier registration process. This field supports efficient search and filtering based on category and request details. |
SupplierRegistrationKey | String | A unique identifier that links the products and services request data to the overall supplier registration request, ensuring all product/service details are correctly associated with the right supplier. |