SupplierNegotiationssections
Breaks down a negotiation into logical sections (for example, commercial requirements, technical specs, contractual terms).
Columns
| Name | Type | Description |
| SupplierNegotiationsAuctionHeaderId [KEY] | Long | Unique identifier for the auction header, linking the section data to a specific auction event in the negotiation process. |
| SectionId [KEY] | Long | Unique identifier for the section, allowing the system to track and manage each distinct section of the negotiation. |
| SectionDisplayNumber | String | Display number for the section, helping to order and present the sections in the correct sequence during the negotiation. |
| PricingSectionFlag | Bool | Indicates whether the section is related to pricing. If true, the section involves pricing; if false, it does not. |
| Section | String | Name or title of the requirement section, providing a label to identify the section within the negotiation process. |
| EvaluationStageCode | String | Abbreviation that uniquely identifies the evaluation stage in a two-stage RFQ (Request for Quotation). This code helps distinguish between different stages of evaluation. |
| EvaluationStage | String | Name of the evaluation stage in a two-stage RFQ (Request for Quotation). Typically includes values like 'Technical' or 'Commercial', helping to categorize the evaluation process. |
| ScoringTeamId | Long | Unique identifier for the scoring team assigned to evaluate the section, linking the section to the responsible team. |
| ScoringTeam | String | Name of the scoring team responsible for evaluating the section, providing clear identification of the team in charge of the assessment. |
| SectionWeight | Decimal | The relative importance of the section compared to other sections in the negotiation. This weight affects the overall score calculation for the requirements. |
| CreatedBy | String | The name or identifier of the user who created the section record, ensuring accountability for the data entry. |
| CreationDate | Datetime | The date and time when the section record was created, marking the initial entry of the section into the system. |
| LastUpdateDate | Datetime | The date and time when the section record was last updated, providing a timestamp for the most recent changes. |
| LastUpdatedBy | String | The name or identifier of the user who last updated the section record, ensuring accountability for modifications. |
| AuctionHeaderId | Long | Unique identifier for the auction, linking the section data to the overall auction event. |
| Finder | String | Search or query reference used for locating or filtering specific section records within the system. |
| EffectiveDate | Date | This query parameter is used to fetch resources that are effective as of the specified date, ensuring that only valid records for the given period are retrieved. |