Transfer HR case post Australia upgrade issue

Gayathri Adoni
Tera Expert

Hi,

 

We recently upgraded from Yokohama patch 13 to Australia patch 2 and noticed onclick of Transfer case in "HR Agent workspace", a dialog appears and on selecting HR service COE auto populates but an error message "Field is invalid" appearing.

Attaching the screenshot for reference.

 

Any help on this would be appreciated.

 

HR case.png

 

 

 

 

3 REPLIES 3

Ankur Bawiskar
Tera Patron

@Gayathri Adoni 

some other member also facing some issue in Transfer Case after Australia upgrade

The 'Transfer Case' in HR Agent Workspace not retrieving the list after the Australia Upgrade 

may be it's because of this PRB

AnkurBawiskar_0-1779710394987.png

 

💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

 

Regards,
Ankur
Certified Technical Architect  ||  10x ServiceNow MVP  ||  ServiceNow Community Leader

Tanushree Maiti
Giga Patron

 

Refer KB Article: KB2657082 Transfer Type Dropdown Not Populating in HR Agent Workspace 

 

Cause

A bug in the UX Client Script “Update available transfer types for HR case SRP” caused incorrect mapping of transfer types using output.map(type => ...) instead of output.methods.map(type => ...).

 

Resolution

To resolve the issue:

  • Navigate to UX Client Scripts and locate Update available transfer types for HR case SRP.
  • Update the script logic to use:

JavaScript

output.methods.map(type => ...)

instead of

JavaScript

output.map(type => ...)

  • Test the fix in a development instance and validate that the Transfer type dropdown populates correctly.
  • Apply the fix to higher environments following change management.

Refer to PRB1859289 for tracking the permanent fix from ServiceNow.

Please mark this response as Helpful & Accept it as solution if it assisted you with your question.
Regards
Tanushree Maiti
ServiceNow Technical Architect
Linkedin:

Hi,

 

I am not having issues with Transfer type field.

I am getting error even value is filled in COE.

 

Regards,

G