Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.

it can be done in addin  troug OnActivateCommand event:

for example:

 Private Sub ui_OnActivateCommand(CommandName As String, Context As NameValueMap) Handles oUserInputEvents.OnActivateCommand
            On Error Resume Next
            Select Case CommandName
                Case "VaultCheckin"
'or
                Case "VaultCheckinTop"

            End Select
        End Sub