Set the Focus Location for Move Operation in Vault Client
You can determine the Focus Location for the Move Operation in Vault Client by editing the XML file within the Vault installation directory (C:\Program Files\Autodesk\Vault Professional <year>\Explorer\Connectivity.VaultPro.exe.config).
Open the Connectivity.VaultPro.exe.config from the Vault installation directory
By default, the Focus Location for Move Operation is on the source location after the move operation is completed:
<add key=”MoveOperation.FocusSourceLocation” value=”True”/>
You may change this to the location of your choice by editing the value from “True” to “False”. The Focus Location for Move Operation will be changed to the target location after move is completed:
<add key=”MoveOperation.FocusSourceLocation” value=”False”/>