SupplierNegotiationResponseslinescostFactors
Captures additional line-level cost factors (shipping, setup fees) entered by suppliers, contributing to the final bid amount.
Columns
| Name | Type | Description |
| SupplierNegotiationResponsesResponseNumber [KEY] | Long | Unique identifier for the response within the supplier negotiation, linking the cost factor data to a specific response in the negotiation process. |
| LinesLineId [KEY] | Long | Unique identifier for the line item associated with the response, linking the cost factor to a specific line in the negotiation. |
| LinesResponseNumber [KEY] | Long | Unique identifier for the line item response, used to track and reference the supplier’s offer or bid for a particular line item within the negotiation. |
| ResponseNumber [KEY] | Long | Unique identifier for the response, used to track and reference a specific supplier's overall offer or bid in the negotiation process. |
| LineId [KEY] | Long | Unique identifier for the line item in the negotiation, used to reference and track specific line items in the negotiation process. |
| Line | String | The description or label for the line item, providing identification for each specific offer or item in the supplier’s response. |
| LineCostFactorId [KEY] | Long | Unique identifier for the cost factor associated with the line item, helping to track and manage specific cost components tied to the item. |
| CostFactorId | Long | Unique identifier for the cost factor, linking it to specific cost considerations (for example, labor, material, shipping) in the context of the negotiation. |
| CostFactor | String | The name or description of the cost factor, providing context about the specific cost component being tracked and negotiated (for example, 'Material', 'Labor'). |
| Description | String | Detailed description of the cost factor, explaining its relevance or how it impacts the cost structure of the line item. |
| TargetValue | Decimal | The target value for the cost factor, representing the expected or desired amount for the cost factor in the negotiation. |
| ResponseValue | Decimal | The value submitted by the supplier for the cost factor, indicating their proposed amount for that specific cost element. |
| PricingBasisCode | String | Code representing the pricing basis for the cost factor, indicating how the cost is calculated (for example, per unit, per hour). |
| PricingBasis | String | The pricing basis for the cost factor, describing how the cost is structured or measured (for example, 'Per unit', 'Per hour', 'Fixed rate'). |
| DisplayTargetFlag | Bool | Flag indicating whether the target value for the cost factor should be displayed in the system. If true, the target value is shown; if false, it is hidden. |
| Finder | String | Search or query reference related to the SupplierNegotiationResponseslinescostFactors, used for filtering or looking up specific cost factor records in the negotiation process. |