Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
Version: Windchill 12.1
Use Case: Customize Action menu
Description:
<model menufor="wt.part.WTPart" name="more parts actions" resourceBundle="com.ptc.windchill.enterprise.part.partResource">
.
.
.
<action name="psbReportMultiLevelBOMGWT" type="psb" />
</model>
Hi @Gucio
Thank you for your question!
I’d like to recommend to bring more details and context to your initial inquiry.
Please consider providing screenshot(s) to better understand what you are trying to do in your process.
Please refer to this guideline to make your questions more likely to receive a quick and useful answer.
This will increase your chances to receive meaningful help from other Community members.
Thank you for your participation and please let me know if you need further assistance!
Best regards,
Hi Catalina,
in OOTB instalation to generate Multi-Level BOM report you have to sellect:
I wolud like to have such possibility in Action menu (or after RMB clicking)
regards,
gucio
Hi @Gucio
You can not just take the action from a structure menu and add it to a standard object menu as you tried.
It does not work this way. The GWT action is not designated to be used anywhere.
The report input is from the structure so you should write own function to lunch that report with correct input then you can place the action in the menu where you need it.
PetrH