HR Case Transferring - Cancelled State

maxstnr
Tera Contributor

Hello, we're exploring changing the HR Case transferring functionality in terms of the state change once a case transfers. We're finding some users confused by the "cancelled" state when really their case is just being transferred to another COE. I'm trying to determine what configuration is setting the state to cancelled when the case transfers, and if it is possible to instead have the original case update to a custom state that we create instead. Custom states we know how to create, just having trouble finding what is setting the state to cancelled upon transferring. Thank you!

1 ACCEPTED SOLUTION

michaelj_sherid
ServiceNow Employee
ServiceNow Employee

@maxstnr There is a script include -ReclassifyCaseTransfer that is setting the case to Cancelled as part of the transfer case process. 

 

If my answer has helped with your question, please mark my answer as an accepted solution and give a thumbs up.
Regards,
Mike

View solution in original post

2 REPLIES 2

michaelj_sherid
ServiceNow Employee
ServiceNow Employee

@maxstnr There is a script include -ReclassifyCaseTransfer that is setting the case to Cancelled as part of the transfer case process. 

 

If my answer has helped with your question, please mark my answer as an accepted solution and give a thumbs up.
Regards,
Mike

That was it, thank you!