Is there a way for me to get a better understanding on the Values that show up in the Comid Field?
Example - CR? not sure what that is or how to figure it out.
Example - If it starts with “ID_” is that an action from interacting with a family or something else?
what I am trying to figure out overall is if there is a way for me to Identify when someone moves something with the Disjoin option selected. (we have been running into issues where it is deleting information connected to a panelboard when that option is checked.)
The comid’s refer to the Revit User Interface Command Ids. So it only can capture what the user’s current command is that can be mapped to a keyboard shortcut.
For the full list in Revit (View Tab) → User Interface → Keyboard Shortcuts. That will give you a list of all the commands and commandid’s we can access. You can export to XML for more details.
However, for your specific comment, looking at the Disjoin command that’s using Jrn.Checkbox which having a look at some data it doesn’t seem we are currently picking up.
I’ll raise the issue to see if something the guys can look at as it should be something we can add to pick up those details.