The Zurich release has arrived! Interested in new features and functionalities? Click here for more

Is there any way to delegate hr cases?

sri vijaya
Tera Contributor

Hi

i am actually configuring the delegation configuration in HRSD , but i found that only HR tasks can be delegated to users as per below screenshot

srivijaya_0-1755675405124.png

 

But i didn't find anywhere in ServiceNow documentation is the same delegation can be configured to HR Cases as well?

if anyone configured, please let me know the process or please share product documentation for hr cases

@Ankur Bawiskar @Dr Atul G- LNG @GlideFather 

7 REPLIES 7

kaushal_snow
Mega Sage

Hi @sri vijaya ,

 

Granular Delegation is supported only for HR Tasks, not HR Cases. This means you can delegate individual tasks within an HR case, but not the case record itself. As a result, even if tasks are delegated, the HR Case remains with the original owner and cannot be reassigned using the standard delegation feature.

 

If you found my response helpful, please mark it as ‘Accept as Solution’ and ‘Helpful’. This helps other community members find the right answer more easily and supports the community.

 

 

Thanks and Regards,
Kaushal Kumar Jha - ServiceNow Consultant - Lets connect on Linkedin: https://www.linkedin.com/in/kaushalkrjha/

Sabrina Ethridg
Tera Guru

Can you provide more details on the problem you want to solve?   There may be other ways to solve for it, depending what you are trying to accomplish.

M Iftikhar
Mega Sage

Hi @sri vijaya ,

 

In ServiceNow HRSD, out-of-the-box delegation is primarily designed for HR Tasks, which is why you only see tasks available for delegation by default. HR Cases do not natively support delegation in the same way.

 

However, you can configure delegation for HR Cases using the sn_hr_sp_todos_config table, which controls delegation rules for both HR Tasks and HR Cases.

Here’s a high-level process:

     

    1. Configuration Table

               All delegation configurations reside in sn_hr_sp_todos_config, where you define rules for tasks and cases.

                   ifti122_0-1757340207933.png

 

                ifti122_1-1757340207951.png

      2. My Tasks / My Cases Portal Tabs

            In the Employee Service Center portal, My Tasks has two tabs: Open and Completed.

            The rules in sn_hr_sp_todos_config are applied to these tabs.

                   ifti122_2-1757340207959.png

     

    3. Example Configuration for HR Cases

                 Created a simple rule on HR Payroll Case table with conditions

                         Assigned to = dummy user

                         State = Awaiting Approval

                ifti122_3-1757340207967.png

 

 

    4. Testing Delegation

               Created cases matching the above conditions and also define the delegation rules.

                When impersonating the dummy user, the cases appear in My Cases and the Delegate button is visible.

               ifti122_4-1757340207973.png

 

               Assigned a case to Fred Luddy; impersonating Fred shows the delegated case.

              ifti122_5-1757340207978.png

 

              ifti122_6-1757340207986.png

 

 

 

Thanks & Regards, 
Muhammad Iftikhar 

If my response helped, please mark it as the accepted solution so others can benefit as well.