cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

We are happy to announce the new Windchill Customization board! Learn more.

How to add custom button inside the list in Windchill GUI

vkomyshenets
2-Guest

How to add custom button inside the list in Windchill GUI

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>

4 REPLIES 4

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.

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

Hello Vadim

Have you found a solution to your problem?

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

Thanks

For information, I found how to add a new report in the component GWT of the part structure reports :

http://support.ptc.com/cs/help/windchill_hc/wc102_hc/index.jspx?id=WCCG_BusLogicCust_ReportGeneration_ReportSelection&action=show

Top Tags