SupplierEligibilities
Designates whether a supplier is allowed to participate in sourcing events, capturing approval statuses or disqualifications.
Columns
Name | Type | Description |
EligibilityId [KEY] | Long | Unique identifier for the supplier eligibility record, allowing for tracking and referencing specific eligibility entries. |
SupplierId | Long | Unique identifier for the supplier participating in the sourcing eligibility process, linking the eligibility to a specific supplier. |
SupplierName | String | The name of the supplier that is being evaluated for sourcing eligibility, providing context to the specific supplier involved. |
BusinessUnitId | Long | Unique identifier for the procurement business unit associated with the supplier eligibility, indicating which organizational unit is responsible for the eligibility. |
BusinessUnitName | String | The name of the procurement business unit that is responsible for the supplier's eligibility evaluation, providing context for the decision. |
SourcingEligibilityCode | String | Code that indicates the status of the supplier’s sourcing eligibility. Valid values include ALLOWED, NOT_ALLOWED, and WARNING, representing the different eligibility outcomes. |
SourcingEligibility | String | The status of sourcing eligibility at the supplier level, providing a high-level summary of whether the supplier is eligible, not eligible, or eligible with a warning for sourcing. |
SourcingAssessmentId | Long | Unique identifier for the sourcing assessment related to the supplier, allowing for reference to the specific evaluation that influenced the eligibility decision. |
SourcingAssessmentNumber | String | The number associated with the most recent sourcing assessment, used to identify the assessment on which the eligibility decision is based. |
SourcingEligUpdateDate | Datetime | The date and time when the sourcing eligibility was last updated, helping to track when the eligibility status was modified. |
SourcingEligUpdatedBy | Long | The login identifier of the user who made the most recent update to the supplier's sourcing eligibility, providing accountability for changes. |
SourcingEligUpdatedByName | String | The name of the user who most recently updated the sourcing eligibility, providing clarity on who made the change. |
SourcingComments | String | Comments related to the sourcing eligibility decision, often used to provide additional context or justification for the supplier's eligibility status. |
Finder | String | Search or query reference related to the SupplierEligibilities, potentially used for filtering or looking up specific supplier eligibility records. |