We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

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

Forum Posts

Flow designer- Wait for duration

Hello All,I was working on Approval reminders in flow designer so my question is I want to wait for sometime then i need to send a reminders so i was  using a wait for duration, can you help me  which method (Explicit or Relative)is suitable for appr...

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

Inbound actions

Hi All,I want to populate assignment groups based on subject of the mail via inbound action scripting, but                               current. assignment_ group ='sys id of group' is not working. It shows error as cannot assign null value to the g...

kali by Tera Contributor
  • 426 Views
  • 2 replies
  • 0 helpfuls

script is not working

Hi All, This script is not wokring and i am written in Human resource core scope: var shrt_desc = current.short_description;    var lastwords = shrt_desc.trim().split(/\s+/);    var ab = lastwords[lastwords.length - 1];    var cd= ab.toString();  // ...

chandan31 by Tera Contributor
  • 418 Views
  • 1 replies
  • 1 helpfuls

hrsd

kindly help me to write a script include that will show only "location" values of sys_user table should shown, and Payroll Working Location(u_payroll_location) values should hide in drop down

Resolved! How to capture the last word in the variable

Hi All,  Can you tell me how store Last word one of the variable : short Description :HR Profile GET API failure for cili In this case i want to store Cili in on of the variable, Can you help me . Thanks and Regards,chandan 

chandan31 by Tera Contributor
  • 1560 Views
  • 6 replies
  • 3 helpfuls

Portal for External User

I would like to create a portal for external users to view Knowledge articles and submit catalog items by accessing a URL. Any suggestions on how I should approach the problem ? Thanks

JoaoMiguelR by Tera Contributor
  • 3548 Views
  • 1 replies
  • 3 helpfuls

I want to fetch last word dynamically

Hi All , I want to fetch the last word from the short description and store in the one of the variable :var gr= current.short_description;var words = s.trim().split(gr);var lengthOfLastWord = words[words.length - 1];gs.print(lengthOfLastWord);  var a...

Resolved! hrsd

Hi Team, can you please help to remove approval field is showing in the front end of service portal

Not able Access to bulk upload for dev team

Hi All, We have created transform map  but while doing bulk upload only admin person can use the transform map ,but hr admin person not able to access the bulk upload in the load data table , can anyone tell me where i need to remove the role in the ...

chandan31 by Tera Contributor
  • 642 Views
  • 3 replies
  • 0 helpfuls

HR Agent workspace

When Attaching link to the article it leads to the article in the4 full screen/backend mode, while we would expect it to show in the HR portal. Therefore agents do not use it so often. Can we reconfigure it to show hr portal version?

Rkanodia by Tera Contributor
  • 425 Views
  • 1 replies
  • 1 helpfuls

Disable download pdf button on e-signature

Hello Community,How can we disable the the download pdf button on the e-signature template on the portal ?This is a task created on the service portal for the candidates to sign. We need to disable the highlighted download button so that the candidat...

Akash_19_0-1717735930130.png

Resolved! Add days to a date field/ variable

I am trying to add 28 days to a date variable based on date selected in another variable (i.e. both variables are mapped with form fields and the client script should run on employee service center and the HR case form as well). I have written an onC...

nechauhan by Tera Contributor
  • 5466 Views
  • 10 replies
  • 12 helpfuls