We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

HRSD - Where is the "[Service] case for [Employee]" title template configured for HR Case records?

nameisnani
Giga Sage

 

 

 

I'm working on an HRSD story where I need to remove the word "Case" from Employee Relations service display names in Employee Center, without breaking any existing functionality.

 

 

I've located the HR Service records under:
sn_hr_core_service.list

 

 

For example, "Resignations" and "Formal Discipline or Dismissal Level 1" services show up correctly in the HR service name column without the word "Case."

 

 


However, when an employee actually submits a request through Employee Center, the resulting case record (visible under "My Requests") is auto-titled like this:

 

"Resignations case for [Employee Name]"
"Formal Discipline or Dismissal Level 1 case for [Employee Name]"

 

 

The word "case" is clearly being injected by some kind of naming template/pattern when the case record is created — similar to how a standard Requested Item gets titled "Request for [Catalog Item Name]."

 

 

I checked the Short Description field on the HR Service record, but it's empty. There is also a "Template" column/reference on the HR Service list view that I haven't fully traced yet.

nameisnani_0-1783016034212.png

 

My question:

1. Where exactly is this title pattern ("[Service Name] case for
[Employee]") configured — is it a Business Rule, a Script Include,
a field on the HR Service record, or something in HR Case
Management configuration?


2. Is there a standard/supported way to change or remove the word
"case" from this generated title without breaking case creation,
Record Producer functionality, or Employee Center navigation?

 

Any pointers to the specific table/field/script responsible for this
would be hugely appreciated. This is on a standard HRSD implementation
(Employee Center + HR Case Management).

 

@Ankur Bawiskar  need your help 

where exaclty i need to do changes 

 

please help me with steps 

Thanks in advance!

2 REPLIES 2

Kohei Tominaga1
Kilo Sage

Hi, @nameisnani 

 

The script in record producer calls Script Includes.

Record producer scripts

KoheiTominaga1_0-1783038317516.png


I'm not sure which script exactly populate the short description of HR case.

I don't recommend customizing the script and instead you can override short description by HR template.

abirakundu23
Giga Sage

Hi @nameisnani ,
Short Description populate through OOB record producer script & script include itself..

abirakundu23_0-1783142058283.png

Please follow the below threads to get an idea exactly same:

Put "Subject Person" in OOTB HRSD in the title for... - ServiceNow Community
Solved: Default HR Case Short Description and Source field... - ServiceNow Community

Please mark helpful & correct answer if it's worthy for you.