SupplierNegotiationslineslineAttributeGroupslineAttributes
Lists each distinct attribute within a line attribute group, giving evaluators granular insight into supplier bids.
Columns
| Name | Type | Description |
| SupplierNegotiationsAuctionHeaderId [KEY] | Long | Unique identifier for the auction header, linking the line attribute group data to a specific auction event in the negotiation. |
| LinesAuctionHeaderId [KEY] | Long | Unique identifier for the auction header related to the negotiation line attribute group, ensuring the system associates the attributes with the correct auction. |
| LinesLineId [KEY] | Decimal | Unique identifier for the negotiation line associated with the attribute group, allowing for precise tracking and management of attributes linked to the negotiation line. |
| AuctionHeaderId [KEY] | Long | Unique identifier for the auction, which associates the line attribute data to the overall auction event. |
| LineId [KEY] | Decimal | Unique identifier for the negotiation line, linking the line attribute group to a specific line in the negotiation process. |
| Line | String | The number identifying the negotiation line associated with the attribute group, helping to organize and track the line attributes. |
| LineDescription | String | Description of the negotiation line associated with the attribute group, providing additional context for the specific line in the negotiation. |
| GroupId | Long | Unique identifier for the attribute group, which helps to categorize and manage related attributes in the negotiation line. |
| GroupName | String | The name of the attribute group, used to classify and organize different line attributes for easier management and referencing. |
| AttributeId [KEY] | Decimal | Unique identifier for the specific attribute within the attribute group, ensuring the precise tracking of individual attributes in the negotiation. |
| AttributeName | String | The name of the attribute, providing a label for the specific attribute in the negotiation line. |
| ResponseType | String | Specifies the required response type for the line attribute. Valid values include 'required', 'optional', or 'not needed', as defined in the lookup type PON_ATTRIBUTE_RESPONSE_TYPE. |
| ResponseTypeCode | String | Abbreviation identifying whether the response for the line attribute is required. Valid values are 'REQUIRED', 'OPTIONAL', and 'DISPLAY_ONLY', as defined in the lookup type PON_ATTRIBUTE_RESPONSE_TYPE. |
| ValueType | String | Display name of the data type for the attribute response, such as 'text', 'number', 'date', or 'URL'. A list of accepted values is defined in the lookup type Attribute Value Type. |
| ValueTypeCode | String | Abbreviation identifying the type of value for the attribute response. Valid values are 'TXT', 'NUM', 'DAT', and 'URL', as defined in the lookup type PON_AUCTION_ATTRIBUTE_TYPE. |
| TargetDateValue | Date | Target date value for the attribute, representing the preferred or desired date associated with the attribute. |
| TargetNumberValue | Decimal | Target number value for the attribute, representing the preferred or desired numeric value for the attribute. |
| TargetTextValue | String | Target text or URL value for the attribute, representing the preferred or desired textual or URL response. |
| DisplayTargetFlag | Bool | Flag indicating whether the supplier can view the target value for the attribute. If true, the supplier can see the target value; if false, they cannot. The default value is false. |
| Weight | Decimal | The weight of the line attribute, indicating its importance relative to other line attributes when calculating the total line score. |
| CreationDate | Datetime | The date and time when the attribute group record was created, marking the initial entry of the attribute group into the system. |
| CreatedBy | String | The name or identifier of the person who created the attribute group record, ensuring accountability for data entry. |
| LastUpdateDate | Datetime | The date and time when the attribute group record was last updated, providing a timestamp for the most recent changes. |
| LastUpdatedBy | String | The name or identifier of the person who last updated the attribute group record, ensuring accountability for modifications. |
| acceptableResponseScoreValues | String | The range of acceptable scores for responses to the attribute, indicating what values are considered acceptable for scoring purposes. |
| Finder | String | Search or query reference used for locating or filtering specific attribute group records within the negotiation process. |
| EffectiveDate | Date | This query parameter is used to fetch resources that are effective as of the specified date, ensuring that only relevant data for the given period is retrieved. |