Resource Capacity
Note:
In the Capacity Planning Application JDL Samples using a Composite Data Model, this entity relies on the following entities:
-
Resource
The Resource Capacity entity has the following attributes:
-
quantity-Integer: The quantity available for the resource. -
resource.id-String,required: The unique identifier of the resource.
Here are some sample values it can contain:
| quantity | resource.id |
|---|---|
| 100 | RES123 |
| 250 | RES456 |
| 50 | RES789 |
| 75 | RES012 |