Enforcing That a Folder Is Selected When Saving Objects

You can require users to select a folder when saving objects.

  1. Open an MQL window.
  2. To enable or disable the enforcement, execute these commands:

    set context user creator;

    modify businessobject "ECADInteg-GlobalConfig" CadenceAllegroCISGlobal TEAM "ECADInteg-EnforceFolderOnSave" TRUE | FALSE;

    Enter TRUE to force users to select folders when saving CAD objects, or FALSE to allow users to save CAD objects without selecting a folder.