Disabling User Specific Commands

This section shows you how to disable commands in the 3DEXPERIENCE menu. The 3DEXPERIENCE menu in Inventor can be customized after connecting to 3DEXPERIENCE server. When disconnected from 3DEXPERIENCE, only the Connect, Help, and About commands are available. The commands present in the DisabledCommandsList are disabled after connecting to 3DEXPERIENCE.

  1. Using MQL, run the following command:
    MQL>modify bus <BUS ID> IEF-CSEDisabledCommandsList <List of commands in a comma separated list>; where, <BUS ID> is the bus ID of the GCO to be modified.
  2. For example,MQL>modify bus 12345 IEF-CSEDisabledCommandsList Open,Lock; disables the Open and Lock command from the 3DEXPERIENCE menu after connecting to the 3DEXPERIENCE server.Modify the mapping for IEF-CSEDisabledCommandsList to customize the default setting.