Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
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?
there are no exposed API’s available for this .columns hardcoded in com.ptc.windchill.enterprise.part.views.PartConfigurationTableViews.java
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
