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

Forum Posts

Resolved! Problem with dot-walking Parent field in extended table

In HR Task list and form layout, i am trying to bring the HR Case "Opened For" and "Subject Person" fields.The Parent field in HR task holds the HR Case number. I thought this can be achieved by dot walking Parent ( Parent.Opened for and Parent.Subje...

find_real_file.png find_real_file.png

Resolved! HR Case Email Templates showing if different Application

HR Email Templates   Hello SN Comm, I have been going through email notifications and their templates as I am in the middle of an upgrade/migration from non-scoped to scoped applications. When looking at email notification 'HR Case Opened' it is usin...

find_real_file.png

Resolved! Can I hide the submit button on a catalog item/record producer?

I would like to hide the Submit button on a catalog item when a variable has a certain response. I have a Yes/No variable that if answered Yes, will display additional variables and allow the user to submit their HR Case.  However, if they answer No,...

jrusso by Tera Expert
  • 10686 Views
  • 6 replies
  • 5 helpfuls

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
  • 7023 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
  • 5416 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 Giga Guru
  • 4534 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
  • 2502 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
  • 5133 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
  • 5769 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
  • 4516 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...