ConfigurationsconnectedItems
Tracks connected items linked to a configuration, ensuring comprehensive item management.
Columns
Name | Type | Description |
ConfigurationsConfigHeaderId [KEY] | Long | Unique identifier for the configuration header associated with the connected items, linking these items to a specific configuration setup. |
ConfigurationsConfigRevisionId [KEY] | Long | Identifier for the revision of the configuration header, ensuring accurate tracking and version control for the connected items within that configuration. |
ConfigHeaderId [KEY] | Long | Identifier for the configuration header, used to associate each connected item with a particular configuration. |
ConfigRevisionId [KEY] | Long | Revision identifier for the configuration, linking the connected items to a specific version or revision of the configuration. |
ConnectedItemId [KEY] | Long | Unique identifier for each connected item, used to track and reference specific items that are linked to the configuration. |
ParentConfigLineId | Long | Identifier for the parent configuration line, helping establish a hierarchical relationship between connected items and their parent lines in the configuration. |
InventoryItemId | Long | Unique identifier for the inventory item associated with the connected item, linking each item to a specific product or part in the inventory system. |
InventoryItemNumber | String | Unique identifier or number for the inventory item, providing a reference to the specific product or part used in the configuration. |
InventoryOrganizationId | Long | Identifier for the inventory organization that owns or manages the connected item, allowing for the categorization and tracking of inventory across different organizational units. |
InventoryOrganizationCode | String | Code representing the inventory organization where the connected item is stored or managed, helping organize and manage items within the system. |
UomCode | String | Code representing the unit of measure for the connected item, ensuring that the quantity is interpreted in the correct unit format (for example, pieces or boxes). |
InventoryItemType | Decimal | Type identifier for the connected inventory item, classifying the item (for example, product, part, service) and determining how it will be treated in the configuration. |
Quantity | Decimal | The quantity of the connected item in the configuration, indicating how many units of this item are needed or associated with the configuration. |
ConfigurationId | String | Unique identifier for the configuration, linking the connected items to the specific configuration setup and ensuring consistency across the configuration. |
Finder | String | A tool or method used to search and locate specific connected items within the configuration, typically employed for filtering or identifying particular items in the system. |