Disabling User Specific Commands

You can customize the 3DEXPERIENCE menu according to your requirements. You can disable the commands that are not required after connecting to 3DEXPERIENCE.

  1. Search AutoCAD GCO attribute IEF-CSEDisabledCommandsList.
  2. Set the value for this attribute to Open,Lock.

    Note: The list of commands that are disabled when you connect to 3DEXPERIENCE is stored as a comma-separated list in the AutoCAD GCO attribute IEF-CSEDisabledCommandsList. You can disable the commands that are not required using the GCO flag.

  3. Connect to the 3DEXPERIENCE server.

    The Open and Lock commands are disabled.

    To list the available GCOs with their Bus ID and revision, run the following command

    MQL>temp query bus *Global* * * select id;

    To modify a GCO attribute from a GCO, run the following command

    MQL>modify bus <busname> <attributename> "<attribute value>";

    For example, to modify GCO attributes for Connector for AutoCAD GCO with Bus ID 12345,

    MQL>modify bus 12345 MCADInteg-RenameFilesInServer True;

    Tip: For modifying attributes with multiline values, use Notepad++ or any text editor to specify the command with multi-line values on multiple lines with each value in double quotes. Copy paste the entire command to MQL command line to run the command.

    Note: You can use any one of the following values for the attribute:

    Login,New,Open,Insert,Save,QuickSave,Baseline,Properties,ManageWorkspace,ExploreInENOVIA,Lock,UndoCheckout,Logout,Help,About.