SupplierNegotiationssectionsrequirementsacceptableResponseScoreValues
Lists scoring rules or acceptable answers for each requirement, helping evaluators rate supplier responses consistently.
Columns
Name | Type | Description |
SupplierNegotiationsAuctionHeaderId [KEY] | Long | Unique identifier for the auction header, linking the acceptable response score values to a specific auction event. This ID connects the response score data to its corresponding auction and can be found in the auction-related tables in the system. |
SectionsSectionId [KEY] | Long | Unique identifier for the section within the auction, associating each acceptable response score value to a specific section. This value helps categorize and organize acceptable responses in the auction. |
RequirementsRequirementId [KEY] | Long | Unique identifier for each requirement, allowing tracking and reference for acceptable response score values within that requirement. This ID ensures proper association between response values and their corresponding requirements. |
SectionId | Long | Unique identifier for the section containing the requirement, used to group and manage the requirements within the auction structure. |
Section | String | Name or title of the section containing the acceptable response score values. This helps identify what part of the negotiation or auction the response values belong to. |
RequirementId | Long | Unique identifier for the requirement associated with the acceptable response score values, ensuring the correct alignment of responses with their corresponding requirements. |
ScoreId [KEY] | Long | Unique identifier for the scoring criteria tied to the acceptable response score values. This helps differentiate the various score definitions used for the different requirements. |
TargetFlag | Bool | Indicates whether the value is set as a target response value for the requirement. If true, the value is used as a target; if false, it is not. Default is false. |
NoResponseFlag | Bool | Indicates whether the response should be marked as 'No Response'. This flag is set to true if no response is provided for the requirement. |
ScoreDisplayNumber | String | Display number for the score, used to present a reference number for how the score should be displayed. |
TextValue | String | Text value that the user enters for the requirement, applicable for text-based attributes. This value is used when the requirement expects a text response. |
NumberFromRange | Decimal | Lowest value in a range for number-based attributes. This value sets the minimum acceptable value for the requirement. |
NumberToRange | Decimal | Highest value in a range for number-based attributes. This value sets the maximum acceptable value for the requirement. |
DateFromRange | Date | Start date in a range for date-based attributes. This value sets the earliest acceptable date for the requirement. |
DateToRange | Date | End date in a range for date-based attributes. This value sets the latest acceptable date for the requirement. |
DateTimeFromRange | Datetime | Start date and time in a range for date and time-based attributes. This value sets the earliest acceptable date and time for the requirement. |
DateTimeToRange | Datetime | End date and time in a range for date and time-based attributes. This value sets the latest acceptable date and time for the requirement. |
AttachmentsFromSuppliersCode | String | Abbreviation identifying the requirement for each supplier attachment. Possible values include 'Not Allowed', 'Optional', or 'Required', as defined in the lookup type PON_REQ_ALLOW_ATTACHMENT. |
AttachmentsFromSuppliers | String | Defines whether supplier attachments are required for the requirement. Accepted values include 'Not Allowed', 'Optional', or 'Required', found in the lookup type PON_REQ_ALLOW_ATTACHMENT. |
Score | Decimal | The score assigned to the acceptable response for the requirement, indicating the evaluation of the response. This score is used in the overall assessment of the supplier’s response. |
CreatedBy | String | The name or identifier of the user who created the acceptable response score values record, ensuring accountability for data entry. |
CreationDate | Datetime | The date and time when the acceptable response score values record was created, marking its entry into the system. |
LastUpdateDate | Datetime | The date and time when the acceptable response score values record was last updated, indicating when it was most recently modified. |
LastUpdatedBy | String | The name or identifier of the user who last updated the record, ensuring accountability for changes made. |
AuctionHeaderId | Long | Unique identifier linking the acceptable response score values to the overall auction event, ensuring that these scores are associated with the correct auction. |
Finder | String | A search reference used to filter or locate specific acceptable response score value records within the system. It helps in managing and retrieving the correct records. |
EffectiveDate | Date | This parameter is used to fetch resources that are valid as of the specified date, ensuring only up-to-date records are retrieved for the negotiation. |