Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. 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