Check if Local File has ever been in the vault

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is there a way to check if a local file has ever been checked into the vault?
We have an issue where people may go away from site and not have access internet or the vault and create the same part numbers as someone who has remained on site. i.e
Person A is on site and creates Part 1 - 10 and checks these into the vault etc.
Person B is away from site and creates Part 1 - 5 and cannot check these into the vault.
When person B comes back to site they need to check their 5 parts into the vault, however the numbers are already taken and we do not want to have duplicate file names.
We are writing an application that will check in Person B's parts and rename to the next part number (eg Part 11 - 15).
I see there are a couple of options:
- Part name exists locally but not in vault -> never been checked in
- Part name exists locally and in the vault
- Could be the same file (This is fine, can use vault to handle whether to check in or not etc)
- Could be a duplicate file name but different part
Is there a way to check the latter? i.e check if a local file has never been added to the vault.
Note typically these files are Inventor only.
Thanks