SupplierNegotiationsabstracts
Maintains summary or abstract information for the negotiation, providing a concise overview of the event.
Columns
| Name | Type | Description |
| SupplierNegotiationsAuctionHeaderId [KEY] | Long | Unique identifier for the auction header, linking the abstract data to a specific auction event in the negotiation process. |
| AwardNoticePublishDate | Date | The date when the award notice is published, indicating when the winning supplier is formally notified. |
| AwardNoticePublishFlag | Bool | Flag indicating whether the award notice has been published. If true, the award notice is published; if false, it is not. |
| PostingDate | Datetime | The date and time when the abstract is posted, typically representing when the details of the negotiation are made publicly available. |
| IncludeNegotiationPDFFlag | Bool | Flag indicating whether the negotiation PDF should be included in the abstract. If true, the PDF is included; if false, it is not. |
| IncludeNegotiationAttachmentsToSupplierFlag | Bool | Flag indicating whether the negotiation attachments should be included when sharing the abstract with suppliers. If true, attachments are included; if false, they are not. |
| ResponseTabulationPublishDate | Date | The date when the response tabulation is published, marking the date when suppliers' responses are formally presented or summarized. |
| ResponseTabulationPublishFlag | Bool | Flag indicating whether the response tabulation has been published. If true, the tabulation is available; if false, it is not. |
| AbstractStatus | String | Current status of the abstract, indicating whether it is in draft, published, or some other state. |
| PostingMethod | String | Method used to post the abstract, such as electronic or paper, specifying the means by which the abstract is made available. |
| AwardNoticeText | String | Text content of the award notice, providing details about the award, including the winning supplier and terms. |
| CreationDate | Datetime | The date and time when the abstract record was created, providing a timestamp for when the abstract was initially entered into the system. |
| CreatedBy | String | The name or identifier of the person who created the abstract record, ensuring accountability for the entry of the data. |
| LastUpdateDate | Datetime | The date and time when the abstract record was last updated, providing a timestamp for the most recent modification to the record. |
| LastUpdatedBy | String | The name or identifier of the person who last updated the abstract record, ensuring accountability for changes made to the data. |
| PostedBy | String | The name or identifier of the person who posted the abstract, indicating who made it available to suppliers or other stakeholders. |
| PostAutomaticallyFlag | Bool | Flag indicating whether the abstract should be posted automatically. If true, the abstract is posted automatically based on predefined conditions; if false, manual posting is required. |
| AutomaticPostingEvent | String | The event that triggers the automatic posting of the abstract, specifying the condition or action that causes the abstract to be posted. |
| AuctionHeaderId | Long | Unique identifier for the auction header, linking the abstract to a specific auction event or negotiation. |
| Finder | String | Search or query reference related to the SupplierNegotiationsabstracts, used for filtering or looking up specific abstract records. |
| EffectiveDate | Date | This query parameter is used to fetch resources that are effective as of the specified date, typically used to determine the validity of the abstract for a given period. |