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

Community Tip - You can change your system assigned username to something more personal in your community settings. X

I am facing an issue with one custom action

New_10867550
4-Participant

I am facing an issue with one custom action

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

 

VK_10867550_0-1716971424037.png

VK_10867550_1-1716971540913.pngVK_10867550_2-1716971601646.png

 

 

1 ACCEPTED SOLUTION

Accepted Solutions

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.

New_10867550_0-1717059902641.png

 

View solution in original post

4 REPLIES 4

Hi

Rename the action name that name ends with GWT
PetrH

Geetting same output even after renaming , reloading actions and restarting windchill

Action:  <action name="customBomReportGWT" ajax="component">

Model Action :  <action name="customBomReportGWT" type="psb"/>

Hi @New_10867550 

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

HelesicPetr_1-1716990721592.png

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.

New_10867550_0-1717059902641.png

 

Top Tags