Create a demand channel
Demand channels help organize and manage work by efficiently distributing resources. When creating a reservation rule, you can allocate a specific percentage of capacity to a particular demand channel. By tagging work orders or tasks with demand channels, you ensure they are routed correctly, improving resource allocation and scheduling accuracy.
Before you begin
Role required: wm_admin
Ensure the Field Service Territory Planning (com.snc.fsm_territory_planning) plugin is installed.
About this task
Procedure
| Field | Description |
|---|---|
| Name | Name of the demand channel. For example, "Install" for installation-related tasks. |
| Active | Select this option to activate the demand channel. |
| Order | Order of preference of the demand channel. |
| Default | If selected, this demand channel becomes the default one. For instance, if the total capacity is 100, and specific channels like "Install" and "Breakfix" take up 30 and 50 respectively, the remaining 20 will be allocated to this default channel. |
| Table | Select the table used to categorize demand channel. By default, this is set to wm_task. |
| Condition | Conditions to filter the data. For example, setting the work type as "Installation" ensures the system checks the reservation rule for capacity usage when a task is received. |
Create demand channel for installation related task assignments
Let's create a demand channel named "Install":
- Name: Install
- Active: Yes
- Order: 1
- Default: False
- Table: wm_task
- Condition:
work_type = Installation
By defining these fields, the "Install" demand channel in the reservation rule will help route installation related tasks correctly and ensure proper capacity allocation.