--- alias: materialcontainertypecontext-st description: "This documentation defines a context for resolving material container type relationships" --- # MaterialContainerTypeContext ## Description This table is used to resolve the possible Container Types for a Material at a particular context. ## Fields The **MaterialContainerTypeContext** table has the following fields: | Field | Description | Key | Mandatory | Comments | | --- | ----- | -- | -- | ---- | | **Area** | Reference to an Area | Yes | No | | | **Step** | Reference to Step | Yes | No | | | **Product** | Reference to a Product | Yes | No | | | **ProductGroup** | Reference to a ProductGroup | Yes | No | | | **MaterialType** | The Material Type | Yes | No | | | **MaterialForm** | The Material Form | Yes | No | | | **MaterialState** | The Material State | Yes | No | | | **MaterialCapacityClass** | The Material Capacity Class | Yes | No | | | **ContainerType** | The Container Type | No | Yes | | | **ContainerMaxUsablePositions** | The Container maximum positions that can be used | No | No | | Table: MaterialContainerTypeContext fields ## Precedence Keys The search precedence rules are the following: 1. Step, Product, MaterialForm, MaterialState 2. Step, Product, MaterialForm 3. Step, Product, MaterialType, MaterialState 4. Step, Product, MaterialType 5. Step, Product, MaterialState 6. Step, Product 7. Step, ProductGroup, MaterialForm, MaterialState 8. Step, ProductGroup, MaterialForm 9. Step, ProductGroup, MaterialType, MaterialState 10. Step, ProductGroup, MaterialType 11. Step, ProductGroup, MaterialState 12. Step, ProductGroup 13. Step, MaterialCapacityClass, MaterialState 14. Step, MaterialCapacityClass 15. Step, MaterialForm, MaterialState 16. Step, MaterialType, MaterialState 17. Step, MaterialForm 18. Step, MaterialType 19. Step, MaterialState 20. Step 21. Area, Product, MaterialForm 22. Area, Product, MaterialType 23. Area, Product 24. Area, ProductGroup, MaterialForm 25. Area, ProductGroup, MaterialType 26. Area, ProductGroup 27. Area, MaterialCapacityClass 28. Area, MaterialForm 29. Area, MaterialType 30. Area