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

Forum Posts

Failed to load PDF document error

The Sign Document HR task works in Dev. However, after cloning to Test, I receive a "Failed to load PDF document error". Screenshot attached. Thanks for any help to resolve this issue.

Chris Lee1 by Tera Expert
  • 1771 Views
  • 2 replies
  • 0 helpfuls

Resolved! Adding an approval for HR case management setup without tasks

We have HR case management setup in our organization. Someone has asked if an approval can be added to a record producer form from the HR service portal. I don't think we're task based so, would it be difficult to add an approval process to specific ...

KB15 by Giga Guru
  • 3367 Views
  • 8 replies
  • 0 helpfuls

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
  • 1747 Views
  • 14 replies
  • 0 helpfuls

Updating Case Work Notes from External Emails

When handling a sn_hr_core_case_ada record I sometimes need to email colleagues throughout the company and even 3rd party vendors. I want to consolidate all email responses to the work notes, however, only some responses get recorded. Specifically, r...

Ryan B2 by Mega Contributor
  • 1488 Views
  • 1 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
  • 3389 Views
  • 2 replies
  • 1 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

Resolved! Subject Person and opened for

I want to update subject person and opened for based on catalog variable. But the below statement on the record producer is not working .  current.opened_for = current.variables.req_for.getDisplayValue(); current.subject_person = current.variables.re...

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
  • 1419 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 ...