WorkCentersWorkCenterSubinventory
Manages subinventories linked to work centers, ensuring efficient inventory management.
Columns
Name | Type | Description |
WorkCentersWorkCenterId [KEY] | Long | The unique identifier linking the work center subinventory record to its associated work center. This identifier ensures that subinventory details are correctly tied to the relevant work center for accurate resource and material tracking. |
WorkCenterSubinventoryId [KEY] | Long | The primary key uniquely identifying the subinventory associated with the work center. This primary key ensures that subinventories are properly mapped to their respective work centers, supporting material planning and management. |
WorkCenterId | Long | The unique identifier for the work center associated with the subinventory. This identifier connects the subinventory to the specific work center it serves, ensuring seamless integration between production and inventory management. |
WorkCenterSubInvType | String | Specifies the type of subinventory associated with the work center. This categorization helps in distinguishing between different types of subinventories, such as raw materials, finished goods, or tools, based on their usage within the work center. |
SubinventoryName | String | The name of the subinventory linked to the work center. This descriptive label helps users easily identify and reference subinventories during planning and operations. |
LocatorId | Long | The unique identifier for the locator within the subinventory. This identifier ensures that specific storage locations within a subinventory are correctly mapped to the work center for efficient material handling. |
Locator | String | The subinventory locator, specifying a precise storage location for materials or components within the subinventory. This locator helps in tracking and retrieving materials for production but is restricted from being modified via POST or PATCH operations. |
ChangedDate | Date | The date when changes were last made to the subinventory record associated with the work center. This metric ensures traceability and provides an audit trail for modifications. |
Finder | String | A utility field enabling advanced search and filtering capabilities for subinventory records linked to work centers. This field helps users quickly locate specific records based on various attributes like name, type, or locator. |
ResourceId | Long | The unique identifier for the resource associated with the subinventory. This identifier ties subinventories to specific resources such as machines, tools, or personnel, ensuring accurate resource and material alignment within the work center. |