Skip to main content
12-Amethyst
May 14, 2024
Solved

Can Product Table view be customized?

  • May 14, 2024
  • 2 replies
  • 789 views

Version: Windchill 12.1

 

Use Case: Customize Products View


Description:

RG_11025060_0-1715711577176.png

RG_11025060_1-1715711585453.png
Can I add more columns (custom columns) to Products/Libraries 'All' or create a new view with my own columns in it?
Is this achievable through customization?

 

Best answer by avillanueva

https://www.ptc.com/en/support/article/CS337175?source=search

Not what you wanted to hear I am sure.

2 replies

avillanueva
23-Emerald I
23-Emerald I
May 14, 2024
HelesicPetr
22-Sapphire II
22-Sapphire II
May 15, 2024

Hi @11025060 

You can customize the com.ptc.windchill.enterprise.product.mvc.builders.ProductListTableBuilder class to add a column as you need.

You need to use a overwrite annotation "@OverrideComponentBuilder"

https://www.ptc.com/en/support/article/CS353007

HelesicPetr_0-1715757587900.png

 

PetrH