Skip to main content
10-Marble
February 6, 2024
Solved

Want to add customized action in Display Pane

  • February 6, 2024
  • 2 replies
  • 1618 views

Want to add customized action in Display Pane as shown in below attached image, See yellow highlighted rectangular BOX for the reference.

 

Vaibhav_Thakare_0-1707238750309.png

 

Best answer by HelesicPetr

Hi @Vaibhav_Thakare 

Not supported does not always means you can not do it. 

 

Here you can find a way how to add a action for reporting

Report Selection List Customization

 

Here is example how to use own processor

How-to-add-a-custom-action-to-Windchill-PSB

 

Here is a thread where you can read what is possible

How-to-create-an-action-on-GWT-action-model-without-jsp

 

Also function name in XML Action.xml definition has to contains suffix string GWT do not forget it. 

PS> for more information generally search for GWT Customization (Google Web Toolkit)

PetrH

2 replies

17-Peridot
February 7, 2024

The PSB is implemented using Google Web Toolkit (GWT) technology, and it is not supported to customize the functions built upon GWT toolkit

https://www.ptc.com/cn/support/article/CS165341?art_lang=en

 

HelesicPetr
22-Sapphire II
22-Sapphire II
February 7, 2024

Hi @Vaibhav_Thakare 

Not supported does not always means you can not do it. 

 

Here you can find a way how to add a action for reporting

Report Selection List Customization

 

Here is example how to use own processor

How-to-add-a-custom-action-to-Windchill-PSB

 

Here is a thread where you can read what is possible

How-to-create-an-action-on-GWT-action-model-without-jsp

 

Also function name in XML Action.xml definition has to contains suffix string GWT do not forget it. 

PS> for more information generally search for GWT Customization (Google Web Toolkit)

PetrH

10-Marble
February 14, 2024

Hi HelesicPetr,

 

Thank you very much for your all time support.