Enabling the Product Move Functionality

You can allow products to be moved from one model to another. By default, this functionality is not enabled or visible in the user interface.

  1. Open the Run MQL window:
    1. From the compass, select Collaboration and Approvals.
    2. In the navigation pane, click Utilities > Run MQL.
    To run an MQL command, enter the command in the MQL Command box and click Run or press Enter.
  2. To allow products to be move using a command on the Models page, run the following MQL command:

    modify menu PLCModelProductListToolBarActions add command PLCMoveProductActionLink;

    The Move Product command is added to the Actions menu of the products list page under a model.
  3. To allow products to be move using a command on the Products page, run the following MQL command:

    modify menu PLCProductListToolBarActions add command PLCMoveProductActionLink;

    The Move Product command is added to the Actions menu of the page that is accessed from the Products category.