Disconnect from a File, Folder, or Module in DesignSync

If you have checkin access, you can disconnect a business object from a vcfile, vcfolder, or vcmodule using the Disconnect Businessobject command.

This MQL command disconnects:

disconnect businessobject BO_NAME vcconnection [index NUMBER] [unlock];

Or

disconnect businessobject BO_NAME vcmodule path PATH;

  • BO_NAME is the name of the business object that is connected to the vcfile, vcfolder, or vcmodule.
  • index NUMBER is an identifier number unique among all connections. Each connection is assigned one when created and this value never changes.
  • PATH is the string that identifies the path of folders leading to the vcmodule relative to the path defined in the store indentifying the server.
    Note: The disconnect command operates on connections specified by the index number. If an index number is not provided, the command disconnects all file connections.
  • unlock is an optional keyword used when disconnecting a vcfile that unlocks a file locked in DesignSync. You can disconnect a connection to a vcfile that is in a locked state in the DesignSync server. The vcfile remains locked after the disconnection.