Changing Assigned To Picker to only include Analysts
Is there a way of changing the list picker for Assigned To on Service Requests to only include members of Analyst role. At the moment it shows everyone in AD. It works fine for Incidents, but not Service Requests.
Best Answer
-
Brad_McKenna Customer Advanced IT Monkey ✭✭✭Steve, have you added the following code to your ServiceRequest.js form for the Assigned To field:
FilterByAnalyst: true
The code is necessary to seamlessly filter the Assigned To field to only Analysts, without using the Assign To Analyst by Group.5
Answers
FilterByAnalyst: true
The code is necessary to seamlessly filter the Assigned To field to only Analysts, without using the Assign To Analyst by Group.