Defining Group IDs

To set the Group ID, you update the ECADInteg_GroupId attribute for the ECADInteg-GlobalConfig object. The syntax for the value of this attribute is <CADTYPE>|<GroupID> and the GroupId must be an integer value.

  1. Open an MQL window.
  2. Execute these commands.

    set context user creator;
    modify businessobject "ECADInteg-GlobalConfig" ZukenCR5000Global TEAM
    "ECADInteg_GroupId" <CADTYPE1>|<GROUPID0> <CADTYPE2>|<GROUPID0>
    <CADTYPE3>|<GROUPID0>;

    Where <CADTYPE1>, <CADTYPE1>, and <CADTYPE1> and the object names, and <GROUPID0> is the ID they will share. For example:

    modify businessobject "ECADInteg-GlobalConfig" AltiumGlobal TEAM 
         "ECADInteg_GroupId" AltiumPCBProject|0 AltiumPCBProjectArchive|0 ALtiumVariant|0;