SupplierNegotiationslinescostFactors
Tracks cost factors (transport, warranty, extras) at the negotiation line level, influencing total evaluated cost.
Columns
| Name | Type | Description |
| SupplierNegotiationsAuctionHeaderId [KEY] | Long | Unique identifier for the auction header, linking the cost factor data to a specific auction event in the negotiation. |
| LinesAuctionHeaderId [KEY] | Long | Unique identifier for the auction header related to the negotiation line cost factor, helping to track the cost factor within the context of the line. |
| LinesLineId [KEY] | Decimal | Unique identifier for the negotiation line associated with the cost factor, helping to link the cost factor to a specific line in the negotiation. |
| AuctionHeaderId [KEY] | Long | Unique identifier for the auction event, associating the cost factor to the overall auction process. |
| LineId [KEY] | Decimal | Unique identifier for the negotiation line, ensuring that the cost factor is linked to the correct negotiation line. |
| Line | Double | Numeric value identifying the negotiation line, which helps to reference the line in the context of the cost factor. |
| LineDescription | String | Description of the negotiation line associated with the cost factor, providing additional context for the specific line. |
| LineCostFactorId [KEY] | Decimal | Unique identifier for the specific cost factor associated with the negotiation line, helping to track the cost elements within the negotiation. |
| Description | String | Detailed description of the cost factor, explaining its nature and how it affects the negotiation line. |
| CostFactorId | Long | Unique identifier for the cost factor, allowing the application to track and manage different cost elements. |
| CostFactor | String | Name of the cost factor, providing a label for the cost element that influences the negotiation line. |
| PricingBasisCode | String | Abbreviation identifying the basis used to calculate the cost factor, helping to define how the cost is derived. Values include different pricing models defined in the lookup type PON_PRICING_BASIS. |
| PricingBasis | String | The method used to calculate the cost factor, specifying the basis on which the cost is determined. This value corresponds to the list of accepted pricing bases in the lookup type PON_PRICING_BASIS. |
| TargetValue | Decimal | The target value for the cost factor, representing the intended value that the cost factor should aim for in the negotiation. |
| DisplayTargetFlag | Bool | Flag indicating whether the supplier can view the target value for the cost factor. If true, the supplier can see the target value; if false, they cannot. The default value is false. |
| Finder | String | Search or query reference used for locating or filtering specific cost factor records within the system, aiding in the retrieval of relevant data. |
| EffectiveDate | Date | The date when the cost factor data becomes effective, ensuring that only records valid as of the specified date are retrieved in queries. |