Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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

Forum Posts

Difference between sn_hr_core.basic and sn_hr_core.manager

Hello, I would like to understand the difference between sn_hr_core.basic and sn_hr_core.manager role , in terms of visibility and scope of authority in servicenow platform? Please dont include the  the number of  roles which are inherited in the sys...

Resolved! Navbar menu items: where to edit

Hi - what is the best way to edit the menu items on the navbar as shown in the attached? Looking into html/css, however is there a way to configure them? Not finding the header record in the "instance with menu" table for this - is there somewhere el...

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
  • 5248 Views
  • 10 replies
  • 3 helpfuls

How to change color of search box text on portal.

I would like to change the color of the text in the portal search widget. In our case, we are using the typeahead search widget.  The text I want to change is the text that appears in the box before you start typing. We would like to make the color o...

find_real_file.png

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
  • 3494 Views
  • 8 replies
  • 7 helpfuls

Synch between user record and HR profile

Hi all, I have a requirement to remove synch between the HR profile and User table the below fields "First name" , "last name"  I tried to deactive  the business rule and script include 1) BR:Synchronize fields to sys_user 2) BR:Synchronize fields to...

BeBold1 by Kilo Contributor
  • 1292 Views
  • 1 replies
  • 0 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
  • 2525 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
  • 1472 Views
  • 4 replies
  • 0 helpfuls

Email Notification for HR case opened

Hello, I need help with creating an email notification for HR case opened to be sent out based on the following conditions: HR case is active (manually created by HR agent) Notification will be sent to Open for, Open by and Watch list If the case ini...

Anh Hong by Tera Contributor
  • 2020 Views
  • 4 replies
  • 1 helpfuls

Resolved! attachment sync from parent to child HR case & vice versa

Can anyone please help me with the attachment sync, I have written a BR for attachments to move from child to parent, which is attaching all of those if a new attachment is done on the child case. I need only the latest once. table: sys_attachment af...

Community Alums by Community Alums  
  • 1330 Views
  • 8 replies
  • 1 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
  • 3937 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
  • 3531 Views
  • 6 replies
  • 3 helpfuls