Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
I am using Windchill PDMLink Release 11.2 and Datecode with CPS 11.2.0.0
Customize View List: Where Used
We have multiple views, we would like to hide or delete some of the views to avoid confusion
This article indicates that customization is not supported and tables are not extendable. They do offer a solution using query builder.
https://www.ptc.com/en/support/article/CS17140?source=search
I am also linking a knowledge hub:
https://www.ptc.com/en/support/article/CS361948?source=search
Hi @SS_10622387
Here is a way how you can customize where used table but I can not advice to delete any OOTB views in the system.
https://community.ptc.com/t5/Windchill/How-to-Customize-where-used-panel-s/m-p/786728
PetrH
Actually there is a trick how to get to a Customize View List: Where used.
You have to create correct URL with your Windchill URL address. The URL has to contains correct TableId=whereUsed.view
Then you can get to the wizard where you can export the view with actual definition.
Attention: Never really never modify OOTB system views in this table !!!
Hope this can help
PetrH
You can add your own view by LoadFromFile
You just need to correct Admin user information in a attached xml file.
Define columns as needed. IBA values or system attributes.
Example how the column name should be defined in a xml load file you need to export some view from other tables where you can modify views.
IBA definition is easier then system atribs you just use internal names.
Last thing is to load the xml file to Windchill by the windchill shell and the loadfromfile utility
windchill wt.load.LoadFromFile -u user-p pass -d TAG-TableViewDescriptor-0.xml
Hope this can help
Be sure to test it on a test server and also backup a system before any load .:D.
Best Regards
PetrH