Specifying Revision Types Available for Check-in

You can configure the revision behavior for the check-in dialog box.

For more information, see Check-in Revision Behavior.

To define the available revision types for check-in, you update the ECADInteg_CheckinRevisionBehavior attribute for the ECADInteg-GlobalConfig object.

  1. Open an MQL window.
  2. To set the checkin revision behavior, execute these commands:

    set context user creator;
    modify businessobject "ECADInteg-GlobalConfig" CadenceAllegroGlobal TEAM 
         "ECADInteg_CheckinRevisionBehavior" "Allow Revisioning"|"Disallow Revisioning"|"Manual Revisioning";

    Specify which of the behaviors you want to configure.