SupplierNegotiationsscoringTeams
Defines teams responsible for evaluating or scoring suppliers’ bids, including their assigned negotiation roles.
Columns
Name | Type | Description |
SupplierNegotiationsAuctionHeaderId [KEY] | Long | Unique identifier for the auction header, linking the scoring team data to a specific auction event in the negotiation process. |
AuctionHeaderId [KEY] | Long | Unique identifier for the auction, helping to associate the scoring team data with the overall auction event. |
DisplaySequenceNumber | Decimal | Sequence number used to determine the display order of scoring teams, ensuring the teams are presented in the correct order during the negotiation. |
ScoringTeamId [KEY] | Long | Unique identifier for the scoring team, allowing precise tracking and management of the team responsible for evaluating the negotiation. |
ScoringTeam | String | Name of the scoring team, providing clear identification of the team assigned to evaluate the negotiation responses. |
ScoringInstructions | String | Instructions given to the scoring team, providing guidelines and criteria for evaluating responses in the negotiation process. |
ScoringDeadline | Date | The deadline by which the scoring team must complete their evaluations, helping to ensure timely decision-making in the negotiation process. |
CreatedBy | String | The name or identifier of the user who created the scoring team record, ensuring accountability for data entry. |
CreationDate | Datetime | The date and time when the scoring team record was created, marking the initial entry of the team into the system. |
LastUpdateDate | Datetime | The date and time when the scoring team 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 scoring team record, ensuring accountability for modifications. |
Finder | String | Search or query reference used for locating or filtering specific scoring team 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. |