Message 1 of 6
disable Vault check in using ilogic

Not applicable
04-28-2015
05:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is it possible to disable the check in of files? i.e.
If Right(iProperties.Value("Project", "Part Number"),4)= "_MIR" Then "DISABLE CHECK IN"
Else 'do nothing
End If
As you can see from the line of code I would like to stop the repeat offenders from saving mirror parts without following the correct procedure.
Perhaps there are other ways of achieving a similar result like, disable save or some other function.
Can anybody help me please?