Skip to main content
1-Visitor
January 25, 2017
Question

How to add custom button inside the list in Windchill GUI

  • January 25, 2017
  • 1 reply
  • 3918 views

How to add custom button inside the list in ppb menu. codebase\config\actions\ppb-actions.xml

I use this action for launch ajax and it start with default processor.

I try my class  extend by LaunchURLAction, but button does not show

<action name="insertNewEquipmentEstdexWizard" ajax="component">

  <command class="com.ptc.cat.ui.client.action.LaunchURLAction" method="execute" url="netmarkets/jsp/ru/pts/estdex/addNewEquipmentWizard.jsp" windowType="popup"/>

  <supportedTypes>

               <type value="com.ptc.windchill.mpml.processplan.operation.MPMOperation"/>

           </supportedTypes>

  </action>

1 reply

15-Moonstone
January 26, 2017

Menus and toolbar are defined in codebase/config/actions/ppb-actionmodels.xml

But JCA actions are not handled in the product structure browser, only GWTs one.

1-Visitor
February 6, 2017

Okay. But maybe might I to register my own GWT-action in system?

And may I insert my action in existing group, like in picture? Because they are displayed after target group.2017-02-06_08-52-05.png

1-Visitor
April 24, 2017

Hello Vadim

Have you found a solution to your problem?

I have same issue to add a new report  in report group

Thanks