Disable Data Standard for Specific Inventor Commands
You can disable Data Standard for Inventor commands that should not interact with Data Standard.
For example: The Inventor > Productivity commands Add Part and Add Assembly intend to create new component files avoiding user input; therefore these commands must not be handled by Data Standard and are added to the default configuration.
Use DisableVDSForCmds
configuration setting.
The configuration file can be found at "C:\ProgramData\Autodesk\Inventor \Addins\Data Standard\dataStandard.InvAddIn.dll.config".
Tip: Use EventWatcher.exe and activate the trace of user commands. Identify the command name to be copied to the configuration file. Follow the SDK_ReadMe instructions on how to access EventWatcher (C:\Users\Public\Documents\Autodesk\Inventor <version>\SDK\SDK_ReadMe.htm).
Note: Unload/Load Vault Data Standard or restart Inventor after making changes to the AddIn configuration.