Skip to main content
14-Alexandrite
November 16, 2022
Question

Adding a column to custom view tab

  • November 16, 2022
  • 2 replies
  • 1002 views

I have a custom tab to show part instances. I want to assign serial numbers to customers and added an attribute to do so, but I can't show those values in a column under part instances. Is there anyway to add the column to the menu?

 

 

2 replies

Fadel
23-Emerald I
December 28, 2023

there are no exposed API’s available for this .columns hardcoded in com.ptc.windchill.enterprise.part.views.PartConfigurationTableViews.java

Buiꓘa
16-Pearl
December 29, 2023

Hi, as @Fadel says, its not having an exposed API.

You can try to achieve the same using Navigate with some customization there.

I have not looked into the REST API Domains documentations, but you can check.

Best Regards

Hari