Operations resources are essential building blocks in Dynamics 365 Supply Chain Management (D365 SCM). They represent the physical or human assets required to perform production operations. Properly defining and managing these resources ensures accurate scheduling, capacity planning, and production execution.
Operations resources represent the capabilities used in production processes. They can be machines, tools, vendors, or human labor. Each resource can be assigned to operations within routes and used for scheduling and capacity calculations.
- Machine – Physical equipment used in production
- Tool – Instruments or devices required for specific operations
- Human Resource – Workers or labor groups
- Vendor – External subcontractors performing operations
- Location – Physical spaces such as work cells or areas
Creating an operations resource involves defining its characteristics, capabilities, and availability. The resource must be assigned to a resource group and configured for scheduling.
1. Navigate to Production control > Setup > Resources > Resources
2. Select New to create a new resource
3. Enter the resource ID and name
4. Choose the Resource type (Machine, Tool, Human, Vendor, Location)
5. Assign the resource to a Resource group
6. Define calendar, capacity, and scheduling parameters
7. Save the resource
- Ensure calendars reflect accurate working times
- Assign resources to appropriate groups for scheduling
- Configure capabilities for advanced resource matching
- Use resource requirements in routes for precise planning
```mermaid
graph TD
A[Start] --> B[Navigate to Resources]
B --> C[Create New Resource]
C --> D[Enter ID and Name]
D --> E[Select Resource Type]
E --> F[Assign Resource Group]
F --> G[Configure Calendar and Capacity]
G --> H[Save Resource]
H --> I[End]
```