Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
The PTC Help Center recommends overriding the getSpecialTableColumnsAttrDefinition() method to include new attributes.
However, when I click "Customize" in the table view, all attributes for the selected object type already appear under "Set Column Display."
Is there a specific reason or scenario where overriding getSpecialTableColumnsAttrDefinition() is needed?
The getSpecialTableColumnsAttrDefinition method is used to define a custom table column that is not stored in or related to any object, and to display its value using a data utility
The getSpecialTableColumnsAttrDefinition is used along with getOOTBTableViews
