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

Resolved! How to restrict the visibility of the knowledge articles on the hr service portal based on the field values on the HR profile of the logged in user

How to restrict the visibility of the knowledge articles on the hr service portal based on the field values on the HR profile of the logged in user. For Example : we have a field in HR profile by name "Employee Status".If i have to restrict the visib...

Vidya Shree2 by Mega Contributor
  • 2021 Views
  • 14 replies
  • 0 helpfuls

Resolved! Client Script - getting date value

Hey there SN Comm, Looking for some help with a client script please. Requirement:Date field called 'Deadline' - When entered/changed, I need another field called 'Timing', to display certain choices: If Deadline = today (timing = "overdue") If Deadl...

Resolved! Looking for LMS and training delivery solution using ServiceNow

Hi everyone, We are trying to figure out a solution to delivery training content via ServiceNow. We have come-up with few options but would be interested if there is anyone that has done something similar and would like to share their experience and ...

Kevin Liao by Tera Expert
  • 3978 Views
  • 2 replies
  • 2 helpfuls

Multiple Shared Inboxes to Case Creation

Our HR department has MANY shared inboxes for employee requests.  These inboxes are "messy".  They also receive mail from a variety of sender types; not only current employees, but former employees, new hires, external candidates, government agencies...

Resolved! Unable to delete a workflow

I am unable to delete a workflow I created and also It seems to be in published state even after i checked it out. Please help me out.

find_real_file.png

How to copy records from global to scoped

Hello All, We are planning to move from global application to scoped application. We should move all the records (incidents, problem, cases...... not scripts, record producers..etc) present in global space to scoped. When I try running a fix script t...

jhb by Tera Contributor
  • 1630 Views
  • 3 replies
  • 3 helpfuls

Resolved! Fix Script Help - updating multiple HR Case Records

Hello SN Comm! I am working on script a Fix Script, in order to update many, many records for HR Cases. Here is what I have as of right now: var gr = new GlideRecord('sn_hr_core_case'); gr.addQuery('topic_category', 'system issue'); gr.addQuery('topi...

Resolved! Help with Client Script - clearing/mandatory fields

Hey team, I seem to be having issues with the ability to do what I want/need. Currently, we have our Source(contact_type) field that defaults to Phone. However, when a Case is created within the Employee Relations COE, I want to make that field load ...

Resolved! Client Script suggestion - Field Message

Hey SN Comm, I am looking to throw a little field message right under Assignment Group (just for our Employee Relations COE). I was thinking of doing an onLoad client script - with conditions... IF Assignment Group field is empty, show message IF Ass...

Resolved! HR Profile

Hi Guys, We were about to Implement ServiceNow HRSD for our existing customer using ITSM. HR Profile Creation: We have azure Integration in place to create users in the User table.I have few questions on the HR Profile Module. > For Creation of HR Pr...

Why is a User Record Active, but also Locked Out?

I have a user who could not access ServiceNow.  When I looked at their User Profile, it was marked Active, but also Locked Out.  We use Workday Integration to update users, and both their User Profile and HR Profile were in order, except for the Lock...

jrusso by Tera Expert
  • 2418 Views
  • 2 replies
  • 1 helpfuls

HR Service - Short Description on Case Creation

We are getting ready to launch our first HR Service. One item that come up is when the case is created, the short description shows the opened for person. We would prefer that it show the subject person in the short description (subject line), I was ...