Notifications
Clear all

[Closed] Autodesk Vault and Callbacks

I’m writing a script that needs to handle a “file check in”-event with respect to Autodesk Vault. The General Event Callback Mechanism has no pre-built notication for this event, so I figured I need to make use of the asset tracking API of Maxscript called ATSOps. ATSOps.RegisterNotification seems to make sense, but I can’t figure out of to make use of it. The notification I need is either #NotifyPreCheckin or #NotifyPostCheckin and these are mentioned as enums in the specs of the ATSOps.GetNotificationID() method, but I can’t figure out how to make use of this either.