We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

HRSD forum
Descritption
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Resolved! "Open For" and "Subject Person" in HR Case Creation

Good afternoon.   We are in need of some help with HR Case.   When you are creating a case from the platform, there is the ability to enter the “Opened for” and the “Subject person”.  However the widget the does the search only returns the name infor...

find_real_file.png
LKC by Kilo Contributor
  • 6908 Views
  • 10 replies
  • 3 helpfuls

Resolved! Issues with client role assignment rules?

Does the client role assignment functionality work for you guys? It seems to be very inconsistent in both my company's instance and my dev instance. I have not made any modifications to the script includes or the scheduled job. Example from my dev in...

find_real_file.png find_real_file.png find_real_file.png
Pete R1 by Kilo Guru
  • 5307 Views
  • 8 replies
  • 8 helpfuls

Resolved! Report on both HR Task and HR Case in the same report.

Hello,  I am trying to create a pretty basic closed HR Task report, where I run into trouble is I also want the report to contain the name of the HR Service the HR Task is sitting on and the Assigned To of the HR Case. In PeopleSoft, I would just joi...

JD292 by Mega Guru
  • 4407 Views
  • 6 replies
  • 4 helpfuls

How to mask PPI Information in HR Profile table

Hi, I have cretaed a scheduled job to mask PPI information on HR profile table. Below is my script: var gm = new GlideRecord('sn_hr_core_profile');gm.query();while (gm.next()) { gm.ssn='xxx';                                                           ...

find_real_file.png
pinkiverma by Kilo Contributor
  • 2444 Views
  • 4 replies
  • 0 helpfuls

Resolved! Transferring a Case

I'm trying to work through an alternate way to transfer a Case by switching the COE and HR Service values in the existing case, rather than cancelling and recreating. I'm coming across a bunch of items that I need to account for, and wanted to see if...

shegde by Giga Contributor
  • 5038 Views
  • 3 replies
  • 1 helpfuls

Resolved! What's HRSD?

Hi, Tell us about servicenow's HRSD. I am the Human Resources department and a beginner in both IT and servicenow. But I have a requirement to explain HR internally and design it. So far, I've read the official documentation and the community, but I ...

Mi4 by Tera Expert
  • 5664 Views
  • 6 replies
  • 3 helpfuls

Autoclose HR Cases Using A Business Rule

Hello ServiceNow community, We would like to automatically set a HR case to a State of "Closed Complete" if the HR case has been sitting in the "Awaiting Acceptance" State for more then 2 business days without a response from the customer. Would the ...

bill72 by Tera Contributor
  • 4435 Views
  • 4 replies
  • 2 helpfuls

GlideRecord deleteRecord() won't delete the record

I'm trying to remove from SN bad records loaded previously from Workday. For example, if someone is hired in error and then that hire is rescinded, I want to remove the EE from ServiceNow. I can tell it's a rescinded hire because the Workday Web Serv...

Resolved! Adding task attachments to parent case

Hey Comm! I have a simple task that I am trying to accomplish. I am blanking on the route to take for what I need. I currently have a UI Action 'Grab Attachments' on the HR Task Table. Simply, it copies the parent attachments and posts them to the Ta...

find_real_file.png

Resolved! How to create HR TASK Template in HRSD

Hi,   I need to create an activity that should user to upload the medical receipt document. For that i have a Activity Sets underneth i created an activity but in the HR TAask template i dont see any oob template that asks like upload the document.  ...

Service Activity Tasks Not Getting Created

Hello, I'll try to lay out our scenario as best that I can. We have a HR Service with a fulfillment type of Service Activity.The first service activity is an approval, the second service activity is an HR task, order is set as 1 for the approval and ...

dbelle by Kilo Contributor
  • 4015 Views
  • 10 replies
  • 0 helpfuls