Assignment Rule
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2023 02:12 PM
Hello i have HR Agent who gets cases in other locations. i want cases to be routed per locations
how can i solve this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2023 03:42 PM
Hi, I’m not sure what ServiceNow version you’re utilizing or the details of your business case. However, based on my understanding of your question from your provided information, my answer below should do the trick.
To route HR cases in ServiceNow to HR agents based on their locations, you can use ServiceNow's built-in features for case assignment and routing.
Here's a step-by-step guide on how to achieve this:
- Create Locations and HR Agents Profiles:
- Start by defining locations and HR agent profiles in ServiceNow. Locations can be represented as "Locations" in the CMDB or as records in a custom table.
- For HR agents, create user profiles or groups in ServiceNow and assign the respective locations to each agent or group.
- Configure Assignment Groups:
- Create assignment groups based on locations. These assignment groups will be used to group HR cases by location.
- For example, you can have assignment groups like "HR - New York," "HR - Los Angeles," and so on, matching your defined locations.
- Define Assignment Rules:
- Create assignment rules that route cases to the appropriate assignment group based on the location associated with the case.
- Go to "Service Catalog" or "Case Management" in ServiceNow, depending on how your HR cases are created.
- Configure the "Assignment Rules" or "Case Routing Rules" to evaluate the location of the HR case and assign it to the corresponding assignment group.
- Configure Assignment Rules Script:
- You may need to use a script to evaluate the location and determine the correct assignment group. You can use business rules, script includes, or other scripting methods to achieve this.
- Sample script logic (JavaScript) might look like this:
- Test the Routing:
- Create test HR cases with different locations to ensure that they are being correctly assigned to the respective assignment groups and HR agents.
- Automate Case Assignment:
- To automate the assignment process, you can trigger the assignment rules when a new HR case is created or when its location is updated. You can use business rules, workflow, or script triggers to achieve this.
- Monitoring and Maintenance:
- Regularly review and update assignment rules and agent profiles as needed to accommodate changes in locations or HR agents.
By following these steps, you can make sure that HR cases in ServiceNow are routed to the right HR agents based on their respective locations, streamlining the case management process and improving efficiency in handling HR requests.
Good Luck!
James @Ecostratus
If I helped you with your question, then please hit the Thumb Icon and mark it as Helpful or Correct.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2023 03:49 PM - edited 09-06-2023 03:49 PM
@RiteshAlla @RiteshAlla i have many HR services and many groups i’am not sure how can i assign every Hr service to the right group based on the location please help