Use PDIs? Take our 5-minute survey to help shape the PDI roadmap.

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

Forum Posts

HR Leave Of Absence

One of our HR Teams is looking to use ServiceNow to track Leaves of Absence.  Some of the requirements provided to me look to already exist within the HR Total Rewards COE.  I can also see a module at HR Administration > Leaves of Absence, which look...

kevinthury by Tera Guru
  • 8752 Views
  • 7 replies
  • 2 helpfuls

Trim a string field value

Hi All,There is a string field , I have to trim the string field upto 30 characters and store it another string field . Please help me on this. 

kali by Tera Contributor
  • 1625 Views
  • 4 replies
  • 0 helpfuls

Duplicate HR Profile are getting created for the same user.

Hi All, We're facing some issue where, the integration (SuccessFactor) is creating multiple HR Profiles for the single user with same information.Can you let me know the root cause of this happening. We can see more than 100 HR Profiles created for t...

AakankshaSK by Tera Contributor
  • 1383 Views
  • 2 replies
  • 0 helpfuls

Make HR Services invisible in the drop down picker

Hello, I have a requirement that needs to make the following changes to the HR Service drop down picker to make them invisible to specific groups that I've created. I created two groups Tech Lead and Tech Associate, when any person who is a member of...

AndreJones_0-1702046945044.png

Set Reminder in HR Agent Workspace

We recently started implementing HR Agent Workspace in San Diego. The Set Reminder UI Action does not have a Save or Submit button. I am able to fill out all of the fields but get stuck there. Any ideas what the issue is? 

Suzanne H by Tera Guru
  • 2411 Views
  • 5 replies
  • 1 helpfuls

HRSD E-signature

Hi Everyone, We have been trying to create an E-signature in LE in one of the Manage Lifecycle events.We have followed all the steps and have constructed the same. Whenever the task is created for e-signature and we click on "Sign Document", the atta...

Soumita3 by Tera Expert
  • 1894 Views
  • 3 replies
  • 1 helpfuls

Resolved! limit the decimal value in the integer field

function onChange(control, oldValue, newValue, isLoading) {    if (isLoading || newValue == '') {        return;    }    var fieldName = g_form.getValue('hours');   //use your field name    // Regular expression to match the desired format (maximum 3...

chandan31 by Tera Contributor
  • 1277 Views
  • 3 replies
  • 1 helpfuls