Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
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>
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.
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 :