SupplierNegotiationResponsessections
Structures supplier negotiation requirements into sections (for example, technical, legal), allowing organized input and review.
Columns
| Name | Type | Description |
| SupplierNegotiationResponsesResponseNumber [KEY] | Long | Unique identifier for the response within the supplier negotiation, linking the section data to a specific response in the negotiation process. |
| ResponseNumber [KEY] | Long | Unique identifier for the response, used to track and reference a specific supplier’s overall offer or bid in the negotiation. |
| SectionId [KEY] | Long | Unique identifier for the section associated with the negotiation response, allowing the section to be tracked and referenced individually. |
| SectionDisplayNumber | String | Display number of the section, used to visually organize and identify sections within the supplier negotiation document. |
| PricingSectionFlag | Bool | Flag indicating whether the section is related to pricing. If true, the section contains pricing information; if false, it does not. |
| Section | String | The name or title of the section, providing a reference to the content or focus of the section within the negotiation response. |
| EvaluationStageCode | String | Code representing the evaluation stage associated with the section, used to categorize the stage of the negotiation process (for example, 'Initial', 'Final'). |
| EvaluationStage | String | Descriptive label for the evaluation stage, explaining the phase of the negotiation process to which the section pertains. |
| SectionScore | Long | The score assigned to the section based on evaluation criteria, reflecting how well the section meets the requirements or expectations of the negotiation. |
| MaximumScore | Decimal | The maximum possible score that the section can achieve, used as a benchmark to assess the performance of the section in the evaluation process. |
| SectionWeight | Decimal | The weight assigned to the section, indicating its relative importance in the overall evaluation of the response. |
| SectionWeightedScore | Decimal | The weighted score of the section, taking into account the section’s weight and score to produce an adjusted score reflecting its importance. |
| CreatedBy | String | The name or identifier of the user who created the section record, ensuring accountability for data entry. |
| CreationDate | Datetime | The date and time when the section record was created, providing a timestamp for when the section was added to the system. |
| LastUpdatedBy | String | The name or identifier of the user who last updated the section record, ensuring accountability for any changes made. |
| LastUpdateDate | Datetime | The date and time when the section record was last updated, providing a timestamp for the most recent change. |
| Finder | String | Search or query reference related to the SupplierNegotiationResponsessections, used for filtering or looking up specific section records in the negotiation process. |