ConfigurationsConfigurationLineAttributes
Tracks transactional item attributes for configurations or configuration lines, ensuring accurate configuration management.
Columns
Name | Type | Description |
ConfigurationsConfigHeaderId [KEY] | Long | Unique identifier for the configuration header associated with the configuration line attributes, linking these attributes to a specific configuration header. |
ConfigurationsConfigRevisionId [KEY] | Long | Identifier for the revision of the configuration header, helping track different versions of configuration line attributes associated with that header. |
ConfigHeaderId [KEY] | Long | Identifier for the configuration header, used to link the configuration line attributes to a specific configuration in the system. |
ConfigRevisionId [KEY] | Long | Identifier for the revision of the configuration, tracking changes to the configuration lines over time and ensuring accurate versioning. |
AttributeId | Long | Unique identifier for the attribute being defined or used within the configuration line, linking each attribute to a specific data set. |
VarcharValue | String | Textual value associated with the configuration line attribute, typically used to store non-numeric data such as descriptions or labels. |
NumberValue | Decimal | Numeric value associated with the configuration line attribute, used to store quantities, prices, or other measurable data relevant to the configuration. |
UomCode | String | Code representing the unit of measure for the number value, ensuring that quantities or measurements are properly interpreted and used in the correct context. |
ValueId | Long | Unique identifier for the specific value of the configuration line attribute, helping to reference pre-defined values that can be associated with the configuration. |
ConfigLineAttributeId | Long | Identifier for the specific configuration line attribute, linking it directly to the line in the configuration where it is applied. |
ConfigLineId | Long | Unique identifier for the configuration line itself, representing a specific part or section of the configuration that these attributes apply to. |
InternalName | String | The internal name used for the configuration line attribute, often used in technical systems for referencing or processing the attribute in the background. |
ConfigurationId | String | Unique identifier for the configuration associated with the configuration line attributes, helping to reference and manage the configuration's settings. |
Finder | String | A search or lookup tool used to locate and identify specific configuration line attributes, typically utilized for filtering or finding the right attributes in the system. |