Assignment rules can be created in myKaarma to be able to restrict which appointments are assigned to which advisor or teams. Assignment rules are built using if then statements and can be configured directly within the settings tab.
To create a new rule, navigate to Settings » Assignment Rules » + Add Rule. You can give your rule a name and then define the IF/THEN statement.
IF Categories
This category defines the criteria or conditions that must be met in order for the rule to apply. The following categories can be used to create the rule:
Appointment Duration- The duration of the appointment in minutesCustomer- Used for defining specific customersCustomer Email- Used for defining specific customer emailsCustomer Phone- Used for defining specific customer phone numbersOpcodes- Opcodes that have been added to the appointmentOpcode Duration- The duration of one or more opcodes in minutesRecall- Recalls/campaigns that have been added to an appointmentService Advisor- The service advisor selected for the appointmentSkill- The skill(s) associated with the selected opcodes/services on the appointmentSource- The source of appointment creationAPI- A 3rd party using myKaarma’s API to create appointments (ex. My BMW app)DealerApp- Appointments created in the desktop/web applicationDMS- Appointments created in the DMS (ex. CDK, Dealertrack, etc.)Mobile- Appointments created in the myKaarma mobile app (including via Mobile Service)~~Online Scheduler- Appointment created from the customer-facing online scheduler~~- Note: This option is functionally similar to
Weband will be deprecated.
- Note: This option is functionally similar to
Web- Appointment created from the customer-facing online scheduler
Teams- The selected user team for the appointmentTransport Option- The selected transportation option for the appointmentVehicle Make- The brand of vehicle for the appointment, this list is pulled from Brands available to schedule under Settings » Appointments » Online SchedulerVehicle Year- The year of the vehicle for the appointment. This is only available if Vehicle Make is defined on the rule.Vehicle Model- The model of the vehicle for the appointment. This is only available if Vehicle Year is defined on the rule.
AND
You can add multiple IF categories by clicking the AND button to the right of each line.
THEN Categories
Opcodes- Select or restrict opcodes on the appointmentRecall- Select or restrict recalls/campaigns on the appointmentSkill- Select or restrict the skill associated with the appointmentService Advisor- Select or restrict the assigned advisor on the appointmentTeams- Select or restrict the assigned team on the appointmentTransport Option- Select or restrict the transportation option for the appointment
Activate Rule
This toggle switch controls if the rule is active or not.
Operators
>- Greater than...>=- Greater than or equal to...<- Less than...<=- Less than or equal to...=- Equal to...in- Contains the value...not in- Does not/can not contain the value...in any- Contains any of the following values...
Common Examples
- For services that are 30 minutes or less, limit the team to Express Shop:
- IF
Opcode Duration<=30, THENTeamsinExpress Shop
- IF
Comments
0 comments
Please sign in to leave a comment.