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

Forum Posts

Resolved! Customize Agent Workspace Notifications

Hello, I am trying to change the text that appears on the Agent Workspace notifications. Sn documentation asks us to enter the UI Notification Route as "Agent Workspace". When I open the Agent Workspace record, I see a Payload Type  'Record Change JS...

find_real_file.png find_real_file.png find_real_file.png

Resolved! Add more fields on form HR workspace view

Hi Community,On HR landing page, if I go inside Overview section and click on High Priority card , it will redirect it to High Priority Case record. I have to configure fields visible in the list view for all user.I know I can configure it by clickin...

Drishti_0-1677234434836.png Drishti_1-1677234450699.png
Drishti by Tera Guru
  • 627 Views
  • 2 replies
  • 2 helpfuls

How to track Employee leaves through esc portal?

Any OOTB feature to achieve this tracking of leaves within esc portal? our HR Teams is looking to use ServiceNow/esc portal to track employees leaves through a defined HR Service in esc portal such that an end user/employee has to raise an HR Case fo...

Ashmiya by Tera Contributor
  • 649 Views
  • 2 replies
  • 0 helpfuls

transformation map to import user and create HR Profile

Hi All,I'm trying to update a transformation map on user table to create HR Profile in using onAfter script.transformation map is in global scope (because I import on sys_user table)No HR profile is created and I can find in the log "Source descripto...

Resolved! Roll back a HR Lifecycle Event

We have a requirement to roll back to a previous activity set under certain conditions. However, I am not able to find anything on how to do this. The Rescind functionality appears to be only for cancelling the entire lifecycle and backing out activi...

rcook by Tera Expert
  • 825 Views
  • 2 replies
  • 0 helpfuls

hiding additional comments on portal

Hi All, Please help me to achieve the below ones1) I want to hide additional comments on portal when a particular state is selected .2) I have to capture a field change on agent workspace and display it on the portal(Note: Any other solution other th...

kali by Tera Contributor
  • 472 Views
  • 1 replies
  • 0 helpfuls

HR Document Template|Scripting and Capturing Signature Date

We are using Servicenow Document Template module to generate the PDF Documents. Current Challenges: 1. We are using record producers and variables and our requirement is to pull the record producer variable answers to the document template. We are un...

find_real_file.png
Neha Mishra by Giga Contributor
  • 2562 Views
  • 10 replies
  • 7 helpfuls

How to fetch the records in same order as in Encoded Query

I am querying a knowledge table. Now i want to fetch the record details in the same order as mentioned in the enodedQuery.?can anyone help me.var gr = new GlideRecord('kb_knowledge');gr.addEncodedQuery("numberINKB0097860,KB0085324,KB0104996,KB0049906...

Glide record HR profile table to fetch Employee number and Domain ID

I need to auto populate Employee number and domain id of the logged in user once the Service is opened from the portal. I am writing an onLoad function in catalog client script and glide recording the sn_hr_core_profile table. number is the unique fi...

Renu9 by Tera Contributor
  • 3280 Views
  • 21 replies
  • 0 helpfuls

Resolved! getElement().getLabel() does not work

Hi experts,I am trying to retrieve variables and fields of a HR case form to create a pdf.I am trying it from a Business rule. I have saved the name of fields in a property and want to run a loop to print the field label and field value.However the s...

Kalyani35 by Tera Guru
  • 1425 Views
  • 2 replies
  • 0 helpfuls

What is persona?

Hi Team,Can you please let me understand on what is persona and how it can be used in HRSD module. Any example will be appreciated. Thanks in advance

Abhinaya by Tera Contributor
  • 1472 Views
  • 3 replies
  • 1 helpfuls

How to create workspace UIB view for HR case tables.

Hi,  How to create workspace UIB view for HR case tables. I have to create workspace UIB view for HR case tables. I don't have much idea about it. Can anyone please make me understand about UIB view for HR case table and how we can create workspace U...