How to stop automatic redirect to latest case if a HR case has been transferredSummaryThis article will cover how, when reclassifying a HR case, to stop the automatic redirect which happens to bring the user to the latest HR case in the list of transfers that have occurred against said case. Note: the method which will be discussed here requires customization against the hr_TransferCase Script Include, and is not supported by ServiceNow's technical support team.InstructionsIt is a natural process Out of Box (OOB) via the hr_TransferCase Script Include that the instance should follow the chain of transfers of a HR case to the latest case (if it has been transferred at least once). This process is controlled by the getLatestTransfer function within the aforementioned Script Include. Therefore, to halt this process from happening automatically, the getLatestTransfer function can be commented out. At the time of the creation of this article (Paris release, Patch 5), the function spans lines 277-284. If following this guide at a later patch number or family release, check within the hr_TransferCase Script Include to be sure the correct code is commented out. On doing this, the automatic redirect will be stopped, but the user will still have the ability to click the banner message like the below, which has a link to the transferred_to case: