Message 1 of 3
Checkin dialog for CAD software other than Autodesk's CAD Applications.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I’m currently using the FileManager.CheckinFile(...) approach to check in files programmatically, which works fine. However, I would like to perform the check-in using a dialog window (similar to the standard Vault Check-In UI) so the user can enter details like comments, associations, and options directly.
Is there a way to invoke a built-in Vault Check-In dialog through the VDF, or do I need to build a custom form for this? Any guidance or examples would be greatly appreciated.