Some PDIs are currently unavailable, and PDI actions are paused. View the latest updates here. Read More

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

Forum Posts

Document Template - Different Header on Page 1 (HTML)

Trying to work out if there is a way with document template scripts to have a different header and footer on page one of a document?The requirement is for full width header and footer images on page 1 (page number is OK), and then just page numbers o...

gregcurtis by Tera Contributor
  • 1327 Views
  • 2 replies
  • 0 helpfuls

Resolved! Flow designer send notification action not display notifcaions options

Hello,I am looking to add a notification sending action to my flow.The notification I created is under the sn_hr_core_case table.I selected sn_hr_core_case in the table field, but when I try to access the notification selection field, the notificatio...

Tal5_1-1733822662683.png
Tal5 by Giga Guru
  • 2120 Views
  • 2 replies
  • 3 helpfuls

Inbound email action case creation

I have created 1 inbound email action which is currently checking if the user is an external one and setting the opened for and opened by as guest. The piece of code is as follows:-current.priority = 3;var bodyText = email.body_text;if (!bodyText)   ...

HRSD | When we transfer the case, original case is still active

We are facing an issue after the Xanadu upgrade. When a case is transferred, the original case's state changes to 'Canceled'; however, the case remains active. As a result, the SLAs are still running."Where can I find the script that updates the acti...

IAmIshan by Tera Guru
  • 716 Views
  • 1 replies
  • 0 helpfuls

How to get value from reference field

Hi Team,Iam learning scripting and i have one use case.Get the manager reference to user table from HR profile and populate on other scoped table field. var hrProfileGR = new GlideRecord('sn_hr_core_profile');hrProfileGR.addQuery('sys_id=04556f50471f...

preethigovi by Tera Contributor
  • 1674 Views
  • 4 replies
  • 3 helpfuls

autoclosed case after 3 days on pending state

Hi,Is there a way to close a request after 3 days that has gone from work in progress to pending status?I mean there will be a count of three days from the status change and then it will be closed

Tal5 by Giga Guru
  • 961 Views
  • 1 replies
  • 1 helpfuls

Update Short Description on Case Transfer

Hello! When we transfer HR cases to different HR Services, we currently transfer things like work notes, attachments, etc. However, the Short Description also carries over to the new case, which we do not want.  How can we change the transfer process...