Assign requests only to support groups with the technician field greyed out.

Assign requests only to support groups with the technician field greyed out.

 Make use of Field and Form rules to allow a technician to only assign a ticket to a support group and grey out the technician field while assigning requests

A third-party technician should not be enabled to assign requests to certain technicians only assigning a request to a support-group 

To apply to all technicians who should be able to only assign to support groups. 
Preview

To apply to specific technicians who should be able to only assign to support groups. 
Preview

Final result
Preview

                    New to ADSelfService Plus?

                      • Related Articles

                      • Support Groups

                        This Report is used to export the list of Support groups configured in the application with the complete details. MSSQL SELECT qd.QUEUENAME "Support group", ci.DESCRIPTION "Description", su.first_name "Owned By", STUFF( (SELECT ',' + au.first_name ...
                      • How to auto share requests to groups specified in the request tasks.

                        This post described the use of a python script to share requests to groups specified in the tasks that are associated with a request.This script can be configured under Request custom triggers and you will find more information about this here. This ...
                      • Technician Auto-Assign vs. Business Rule

                        If you have selected the option All requests under Tech Auto-assign then even if the Business rule sets a technician, tech auto-assign will reset the technician value. However, when Tech Auto-assign is set as an Unassigned request, Technician ...
                      • Script to automatically assign a technician to an unassigned request based on the first response

                        When a technician responds to an unassigned request, the corresponding ticket will be automatically assigned to the specific technician. Tested in: Build 14306 (Postgres) Steps: Download the attached scripts. Under Admin > Developer Space > Global ...
                      • Assign Technician for the unassigned requests using Notification Custom Function

                        Requirement: When a technician addresses an unassigned request, the corresponding ticket is automatically assigned to that technician. Steps to configure: 1. Download the attached scripts. Copy the contents into Notification custom functions. 2. Goto ...