Adding columns to subscriptions table
Version: Windchill 12.1
Use Case: I am trying to add new calculated attributes to the table "Subscriptions" on the Windchill homepage.
Description:
My idea was to first add these new attributes to the type "wt.notify.NotificationSubscription" and then override the subscriptions-table and add these attributes via code.
However, I ended up in a quite confusing situation - the elements in this table are of type "com.ptc.core.subscription.subscriptionObjects.NmCompositeSubscription" which is not available in the Type & Attribute management. But when opening elements of this table they are suddenly of type "wt.notify.NotificationSubscription".
The problem is, that I thus cannot add these new attributes, as only the type NotificationSubscription is available in the Type & Attribute Management but apparently this is not the underlying type the table uses.
Meaning, that the table does not show any values for these new attributes, but when opening such an element in the table these attributes are then displayed (with valid values) on the info page of the element
Has anyone encountered this issue yet or knows a solution, or am I missing something?
Thanks in advance and best regards!

