DraftSupplierNegotiationResponseslinescostFactors
Tracks additional cost details, such as freight and setup charges, in a supplier’s draft response to a negotiation line.
Columns
| Name | Type | Description |
| DraftSupplierNegotiationResponsesResponseNumber [KEY] | Long | The unique identifier for the negotiation response, linking the cost factor to a specific response within the negotiation. |
| LinesLineId [KEY] | Long | The unique identifier for the negotiation line, allowing the cost factor to be linked to a specific line item within the response. |
| LinesResponseNumber [KEY] | Long | The unique identifier for the response within the negotiation line, providing a direct reference to the response for the cost factor. |
| ResponseNumber [KEY] | Long | The identifier for the negotiation response, allowing for tracking and reference of the specific supplier response. |
| LineId [KEY] | Long | The identifier for the negotiation line, used to link the cost factor to the relevant line item in the response. |
| Line | String | The number that identifies the negotiation line, which helps differentiate between various lines in the negotiation response. |
| LineCostFactorId [KEY] | Long | The unique identifier for the cost factor sequence in the negotiation line, ensuring each cost factor is linked to its respective line. |
| CostFactorId | Long | The identifier for the cost factor itself, linking the factor to the specific negotiation line to which it applies. |
| CostFactor | String | The name of the cost factor, which describes the nature of the cost factor being applied to the negotiation line, such as 'Material Cost' or 'Labor Rate'. |
| Description | String | A detailed description of the cost factor, providing context and further explanation of what the factor represents in the negotiation. |
| TargetValue | Decimal | The target value set by the buyer for the cost factor, indicating the desired or benchmark value for the factor in the negotiation. |
| ResponseValue | Decimal | The value provided by the supplier in response to the cost factor, reflecting their offer or proposal for that particular factor. |
| PricingBasisCode | String | An abbreviation identifying the method used to calculate the cost factor. Accepted values are defined in the 'PON_PRICING_BASIS' lookup type. |
| PricingBasis | String | The basis used to calculate the cost factor, which could include options like 'Fixed Price' or 'Per Unit'. This is defined in the 'PON_PRICING_BASIS' lookup type. |
| DisplayTargetFlag | Bool | A flag indicating whether the supplier can see the target value for the cost factor. If true, the supplier can view it; if false, the target value is hidden from the supplier. |
| CreatedBy | String | The user who created the cost factor record, providing accountability for the data entry. |
| CreationDate | Datetime | The timestamp when the cost factor record was created, establishing when the data was first entered into the system. |
| LastUpdatedBy | String | The user who last updated the cost factor record, ensuring accountability for any subsequent changes made. |
| LastUpdateDate | Datetime | The timestamp of the last update to the cost factor record, helping to track changes made after the initial creation. |
| Finder | String | A search identifier used to locate specific cost factor records within the negotiation response. |
| EffectiveDate | Date | The date from which the cost factor is considered effective, marking when it starts to apply within the negotiation process. |