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

emailscripts

required one email notifiction with two bodies in service now

Apoorva A H by Tera Contributor
  • 187 Views
  • 1 replies
  • 0 helpfuls

ATF to submit order guide which is assigned as an HR task

Can anyone help me write ATF for HR Task whose HR task type is Submit Order Guide?ATF should auto fill order guide that shows up in service portal's todo once the HR Task has been assigned to the specific user?   For the exact scenario please refer t...

xityz1_0-1706042348317.png
xityz1 by Tera Contributor
  • 529 Views
  • 2 replies
  • 0 helpfuls

Resolved! break statement is not working in the flow designers script

Hi All, I want to break the statement but it is not working  var ab= fd_data.trigger.current.subject_person.getDisplayValue();var cd= fd_data.trigger.current.subject_person.manager.getDisplayValue();var recordID = fd_data.trigger.current.sys_id;; //y...

chandan31_1-1706006879037.png
chandan31 by Tera Contributor
  • 477 Views
  • 1 replies
  • 1 helpfuls

HRSD Activity

Is there any way to trigger an activity based on the fact that the Subject Person is part of a SNOW Group.

Resolved! How to add a hyperlink to flow designer? in the scripting part

Hi All, Can you help me top add hyperlink in the flow designer script partvar number = fd_data.trigger.current.sys_id; var url = '<a href="''https://itsmtest.service-now.com/esc?id=hrm_ticket_page&table=sn_hr_core_case_workforce_admin&sys_id=' '">' +...

chandan31_0-1705999866835.png
chandan31 by Tera Contributor
  • 1050 Views
  • 2 replies
  • 0 helpfuls

Date validation - client script

We have a requirement for a date variable on record producer producer name: date_required to only allow saturdays to be selected. Is there any way to do this via an on change client script?  Tried to use the below  on change script but didn't work fu...

Sean50 by Tera Contributor
  • 603 Views
  • 4 replies
  • 0 helpfuls

Lifecycle cases Visibility

I have multiple lifecycle events set up like Offboarding, Onboarding, Perfomance Improvement. I want to grant People business partner access to only offboarding lifecycle cases. Offboarding lifecycle cases are tied to Submit Resignation HR service. H...

Simran321 by Tera Expert
  • 429 Views
  • 3 replies
  • 0 helpfuls

Resolved! How to test Business rule?

Hi everyone, I have a business rule that I need to change, but I want to do some performance tests to ensure the change will not impact negatively my instance.What is the best way for me to test with what I have right now, and then compare to the aft...

rafas_2703 by Tera Guru
  • 1580 Views
  • 2 replies
  • 3 helpfuls

HRSD Talent Managment

 What kind of relationship does the pivot tables have with OOTB tables? Are there any? What OOTB ServiceNow capabilities there are within HRSD TA in ServiceNow  

Resolved! How can i add the contextual search on Employee Center

I have a record producer with contextual search but is not showing on the Employee CenterAs far as I know, I need to add an instance, but it still does not show up on the record producer   Any idea?

Abigail_0-1702477862752.png Abigail_1-1702477946612.png
Abigail by Tera Expert
  • 1669 Views
  • 3 replies
  • 2 helpfuls

Flow designer error : JSON string "remake"

Hello, apologies as I created this question before with alot of missing information. I am creating an activity set for our HR process that mirrors an already working activity set/tasks(other activity set creator is not available). Both activity sets ...

Averyy_0-1705933823838.png Averyy_0-1705936005954.png Averyy_2-1705934406730.png Averyy_4-1705934569408.png
Averyy by Tera Contributor
  • 588 Views
  • 1 replies
  • 0 helpfuls

Flow designer error : JSON string

Hello, I am working on a flow to be triggered when a supervisor approves the submission of a document from a new hire. I keep getting this JSON error Any suggestions? (I am not the most exp dev at the moment)   

Averyy_0-1705851459294.png Averyy_1-1705851495315.png
Averyy by Tera Contributor
  • 685 Views
  • 9 replies
  • 0 helpfuls

How to write script in flow designer.

var ab= fd_data.trigger.current.subject_person;var number = fd_data.trigger.current.sys_id;var cd= fd_data.trigger.current.subject_person.manager;var url = '<a href="' + gs.getProperty('glide.servlet.uri') + '/esc?id=ticket&is_new_order=true&table=sn...

chandan31_0-1705935525031.png

script is not working in the flow designer description

Hi All,While writing script in the description in flow designer   this script is not working .var ab= fd_data.trigger.current.subject_person;var number = fd_data.trigger.current.sys_id;var cd= fd_data.trigger.current.subject_person.manager;var url = ...

chandan31 by Tera Contributor
  • 527 Views
  • 6 replies
  • 0 helpfuls