DraftSupplierNegotiationResponsessections
Groups various sections (for example, commercial, technical) in a supplier's draft negotiation response, organizing requirements and replies.
Columns
| Name | Type | Description |
| DraftSupplierNegotiationResponsesResponseNumber [KEY] | Long | The unique identifier for the negotiation response, linking the section to a specific response within the negotiation. |
| ResponseNumber [KEY] | Long | The unique identifier for the supplier's response, helping to track and manage the specific offer made by the supplier. |
| SectionId [KEY] | Long | The unique identifier for the section, linking the section to a specific part of the negotiation. |
| SectionDisplayNumber | String | The display number assigned to the section, used to order multiple sections in the negotiation. For example, sections could be displayed as '10', '20', '30', and so on. |
| PricingSectionFlag | Bool | A flag indicating whether the pricing section is included in the negotiation. If true, the pricing section is included; if false, it is excluded. This flag is used when the Overall Ranking Method is Composite Scoring. The default value is false. |
| Section | String | The name or title of the requirement section, providing context for the type of information or criteria addressed in the section. |
| EvaluationStageCode | String | An abbreviation that identifies the evaluation stage in a two-stage RFQ. Accepted values are defined in the 'PON_TWO_PART_TYPE' lookup type, such as 'TECH' for technical or 'COM' for commercial. |
| EvaluationStage | String | The name of the evaluation stage in a two-stage RFQ, typically either 'Technical' or 'Commercial', as defined in the 'PON_TWO_PART_TYPE' lookup type. |
| CreatedBy | String | The user who created the section record, providing accountability for the entry of the section in the negotiation. |
| CreationDate | Datetime | The timestamp when the section record was created, establishing the date and time when the section was first entered into the system. |
| LastUpdatedBy | String | The user who last updated the section record, ensuring accountability for any modifications made to the section. |
| LastUpdateDate | Datetime | The timestamp of the last update to the section record, tracking when the section was most recently modified. |
| Finder | String | A search identifier used to locate specific section records within the system. |
| EffectiveDate | Date | The date from which the section is considered effective, marking when the section starts to apply in the negotiation process. |