SupplierRegistrationRequests
Controls supplier registration requests, whether prospective or spend-authorized, storing essential onboarding data and statuses.
Columns
| Name | Type | Description |
| SupplierRegistrationKey [KEY] | String | A unique key that links the registration request to the specific supplier's registration process. |
| Company | String | The name of the company requesting supplier registration. |
| RequestNumber | Long | A unique number identifying the supplier registration request, typically used for tracking purposes. |
| TaxOrganizationTypeCode | String | An abbreviation that identifies the type of tax organization for the supplier. Accepted values include 'LLC', 'CORP', 'INDIVIDUAL'. |
| TaxOrganizationType | String | A description of the tax organization type (for example, Limited Liability Company, Corporation, Individual). |
| SupplierTypeCode | String | An abbreviation identifying the supplier type. Accepted values might include 'MANUFACTURER', 'DISTRIBUTOR', 'SERVICE_PROVIDER'. |
| SupplierType | String | The classification of the supplier (for example, Manufacturer, Distributor, Service Provider). |
| CorporateWebsite | String | The URL of the supplier’s official corporate website. |
| DUNSNumber | String | The D-U-N-S number, a unique nine-digit identifier for businesses provided by Dun & Bradstreet. |
| TaxpayerCountryCode | String | An abbreviation representing the country where the supplier is registered for tax purposes. Valid values include country codes such as 'US', 'IN', 'UK'. |
| TaxCountry | String | The full name of the country where the supplier is registered for tax purposes. |
| NoteToApprover | String | Any note or additional information provided to the approver of the registration request. |
| BusinessRelationshipCode | String | An abbreviation identifying the type of business relationship with the supplier. Accepted values may include 'B2B', 'B2C', 'GOV'. |
| BusinessRelationship | String | Description of the business relationship with the supplier (for example, Business to Business, Business to Consumer, Government). |
| ProcurementBUId | Long | An identifier for the procurement business unit that handles the supplier registration. |
| RequesterLanguage | String | The language preferred by the requester for communication (for example, 'EN', 'FR', 'ES'). |
| BusinessClassificationNotApplicableFlag | Bool | Indicates whether the business classification is not applicable. True means it is not applicable; False means it is. |
| DataFoxAddressId | Long | A unique identifier for the address of the supplier, used by DataFox to manage supplier address data. |
| DataFoxCompanyId | String | A unique identifier assigned by DataFox to the company. |
| Finder | String | A search keyword or identifier used to locate this registration request in a broader search context. |