Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. 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
