AutoOpenToolAction

The AutoOpenToolAction action opens a specified Management Center tool, such as the Catalogs tool. If the tool is already open, the tool becomes the active tool.

Parameters

This action accepts the following parameters:
toolId
Required: The ID of the Management Center tool that you want to open. The value for this parameter is the same as the ID attribute that is specified for the tool in the ApplicationMenuItem class within the ApplicationMenuItem.xml definition file.

Example

The following code snippet shows an example of this parameter when used in the AutoOpenToolAction action:
<!-- Open the Catalogs tool --> 
<action name="cmc/automation/AutoOpenToolAction"> 
  <param name="toolId" value="catalogManagement"/> 
</action>