wcfAutoOpenToolAction

The wcfAutoOpenToolAction action opens a specified Management Center tool, such as the Catalogs tool. If the tool is already open, it 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. This value is the same as the id attribute specified for the tool in the wcfApplicationMenuItem class within the ApplicationMenuItems.lzx file.

Example

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