Forecast
| π Overview: 6 Fields | 3 Indexes | 1 Many-to-One Relations |
π Description
π¨οΈ Planning table storing demand forecasts by product and period. Used for capacity planning and material requirement calculations.
βΉοΈ Table Information
- Table ID: 108
- UUID: 3D30ED9FCDC1D24697A8C1D1F6F01D55
- Primary Key: π
ID - Generated: π 2025-12-04T14:35:08Z
π Table of Contents
- π Fields (6)
- π Indexes (3)
- π Many-to-One Relations (1)
- π Related Items
- Classes (2)
π Fields
| Field | Type | Constraints | Description |
|---|---|---|---|
| π ID | Long Integer | π PK, β¨ Unique, β‘ Auto | - |
| ProductID | Long Integer | π« Not Null | - |
| Customer | String (255) | π« Not Null | - |
| ForecastYear | Integer | π« Not Null | - |
| ForecastMonth | Integer | π« Not Null | - |
| Quantity | Long Integer | π« Not Null | - |
π Indexes
| Field | Type | Kind | Unique |
|---|---|---|---|
ID | Keywords | regular | β¨ Yes |
ProductID | Keywords | regular | - |
ForecastYear | Keywords | regular | - |
π Many-to-One Relations
| Relation Name | Destination Table | Source β Destination | State | Description |
|---|---|---|---|---|
ProductEntity | Product | ProductID β Product_ID | Active | - |
π Related Items
π¦ Classes
- Forecast - ORDA DataClass class for Forecast table
- ForecastEntity - ORDA Entity class for Forecast table
Generated from catalog.4DCatalog Generated at: 2025-12-04T14:35:08Z