-
Open the Run MQL window:
-
From the compass, select Collaboration and
Approvals.
-
In the navigation pane, click .
To run an MQL command, enter the command in the
MQL Command box and click Run
or press Enter.
-
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. -
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.
|