Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
Hi ,
I am facing an issue with one custom action, Somehow action misplaced in wrong model but even after adding in correct model (psbRelatedPartsTreeToolBar ) that action is not populating in required model is getting added again on same place where it was earlier and in my action there no custom class we have custom JSP over there .
Requirement : "Custom BOM Report" action should be under report section below the "Multi-Level BOM with replacement" action
Solved! Go to Solution.
Hi HelesicPetr,
Thank You for your quick response & I got the solution on it
for that I followed the below mentioned help center article
https://support.ptc.com/help/windchill/r12.1.2.0/en/index.html#page/Windchill_Help_Center/customization/WCCG_BusLogicCust_ReportGeneration_ReportSelection.html
Please find Attached Snapshot here , I have added custom action under Reports section of Structure tab which are PSB actions.
Geetting same output even after renaming , reloading actions and restarting windchill
Action: <action name="customBomReportGWT" ajax="component">
Model Action : <action name="customBomReportGWT" type="psb"/>
There is one trick how to move the action to the group.
here is an example
<action name="ReportAVGWT" type="AVENG">
<ribbonInfo buttonType="menuitem"/> <!-- AVENG CUSTOM desinition that button is in the group menu reports-->
</action>
From Widnchill help
Customizing Part Structure Browser Actions Toolbar
PetrH
Hi HelesicPetr,
Thank You for your quick response & I got the solution on it
for that I followed the below mentioned help center article
https://support.ptc.com/help/windchill/r12.1.2.0/en/index.html#page/Windchill_Help_Center/customization/WCCG_BusLogicCust_ReportGeneration_ReportSelection.html
Please find Attached Snapshot here , I have added custom action under Reports section of Structure tab which are PSB actions.