Choosing a Flow Level

You can specify whether the Connector for Altium Designer uses the publishing flow (flow level 1) or the collaboration flow (flow level 3). The default value is flow level 3; you only need to perform this procedure if you want to change to flow level 1.

For more information, see Flow Levels.

To set the flow level, you update the ECADInteg-FlowLevel attribute for the ECADInteg-GlobalConfig object.

  1. Open an MQL window.
  2. To set the flow level, execute these commands:

    set context user creator;
    modify businessobject "ECADInteg-GlobalConfig" AltiumGlobal TEAM  
         "ECADInteg-FlowLevel" 1;