Community Tip - You can change your system assigned username to something more personal in your community settings. 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