Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

UI Action 'Transfer Case'

sanketmalpu
Tera Contributor

Need to call UI Action 'Transfer Case' from Script include or fix script to bulk transfer HR cases.

2 REPLIES 2

Ankur Bawiskar
Tera Patron

@sanketmalpu 

no out of the box method for this to do bulk

this link has some custom solution

Bulk HR Case Transfer to New COE 

AnkurBawiskar_0-1787111113139.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

abirakundu23
Giga Sage

Hi @sanketmalpun,

Bulk Case Transfer is not an OOB (Out-of-the-Box) feature in ServiceNow. To achieve this requirement, you would need to customize the Script Includes  which are calling from "Transfer Case" UI Action to support bulk case transfers.

Ensure the following 3 the existing script includes are “Active”

hr_TransferCase
ReclassifyCaseTransfer
StandardCaseTransfer

Transfer Case: https://www.servicenow.com/docs/r/employee-service-management/hr-service-delivery/reclassify-hr-case...

https://www.servicenow.com/community/hrsd-forum/bulk-hr-case-transfer-to-new-coe/m-p/3091114

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