ResourceReplenishmentContext#
Description#
Used to define Resource Replenishment Context.
Fields#
The ResourceReplenishmentContext table has the following fields:
| Field | Description | Key | Mandatory | Comments |
|---|---|---|---|---|
| Area | Area where this replenishment context applies | Yes | No | |
| Resource | Resource where this replenishment context applies | Yes | No | |
| ResourceType | ResourceType where this replenishment context applies | Yes | No | not to be confused with the Type property of the Resource |
| Model | ResourceModel where this replenishment context applies | Yes | No | |
| Product | Product where this replenishment context applies | Yes | No | |
| ProductGroup | ProductGroup where this replenishment context applies | Yes | No | |
| TargetInventory | The planned target inventory. If defined | No | No | |
| ReorderMode | Defines the reorder mode | No | Yes | Automatic or Manual |
| ReorderPoint | Threshold that if reached will trigger a material reorder | No | Yes | |
| ReorderQuantity | Quantity to be reordered if the reorder point is reached | No | Yes | |
| Units | Units which apply to the reorder point and reorder quantity | No | Yes |
Table: ResourceReplenishmentContext fields
Info
Even though Resource, Resource Type and Model are listed as optional, one of them and only one of them must be defined for each data collection context row.
Info
There can be multiple Replenishments per context, but it is not possible to duplicate the same Replenishment for the same context.
Precedence Keys#
The search precedence rules are the following:
- Resource, Product
- Resource, ProductGroup
- ResourceType, Product
- ResourceType, ProductGroup
- Model, Product
- Model, ProductGroup
- Area, Product
- Area, ProductGroup
- Resource
- ResourceType
- Model
- Area