Advanced Customization > Services and Infrastructure Customization > Customizing MPMLink > Launching Edit Plant Information Window from Change Task > Solution
  
Solution
Add a new action in the baseClient-actions.xml file similar to the accessPlantData action, but without the windowType and url parameter.
Prerequisite Knowledge
To achieve the objective, you need to understand the following:
Basic development of actions in Windchill.
Management of customizations related to resource bundle files.
Windchill xconfmanager concepts.
Solution Elements
Element
Type
Description
baseClient-actions.xml
XML file
Add a new custom action to open the Edit Plant Information window directly from a change task.
BaseClientMessages.java
Resource bundle file
Localize the messages that appear when launching the window from the custom action.
baseClientActionsRB.java
Resource bundle file
Define a name, tooltip, and icon for the custom action.
BaseClient.service.properties.xconf
XCONF properties file
Specify a new service implementation class for the service AttributeEditorBeanCreatorDelegate. This service creates the navigation criteria to open the Edit Plant Information window directly from the change task, which is specified using the Manage Functional Information window.