Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
Hi All,
Is there a way to customise the folder view (JCA Table) to have custom views/columns specified?
Thanks,
-Stephen
Solved! Go to Solution.
Ste,
So what you are talking about is the folder tree view to the left - and not the table to the right where you only see one level at the time? Because in the one to the right one I think you *can* add IBA's as described above. We have not done it on folders but on documents.
If so it looks like something that is hard to do. Of course you can always enable the JCA debugging and see if you can somehow implement your own custom version of the OOTB classes if they are . E.g. If you append &jcaDebug=true to your folder infoPage e.g. http://yourwindchillhost/Windchill/app/#ptc1/tcomp/infoPage?oid=OR%3Awt.folder.SubFolder%3A44456920&u8=1&ContainerOid=OR:wt.inf.library.WTLibrary:44456024&jcaDebug=true you can see the class names PTC use.
Depending on what you want to add to the tables you might not need to customise: https://firstrobotics.ptc.com/Windchill-WHC/index.jspx?id=ProEWCIntegCustTableViewAdmin&action=show
If that is not the answer for what you want to do please describe which info you need in what table.
Hi Jorn,
We do customise some of our tables using the technique described. Unfrotunaltey Folder views seem to be fixed. We ideally want to show some of the IBA attributes in folder table.
Thanks,
-Ste
Ste,
So what you are talking about is the folder tree view to the left - and not the table to the right where you only see one level at the time? Because in the one to the right one I think you *can* add IBA's as described above. We have not done it on folders but on documents.
If so it looks like something that is hard to do. Of course you can always enable the JCA debugging and see if you can somehow implement your own custom version of the OOTB classes if they are . E.g. If you append &jcaDebug=true to your folder infoPage e.g. http://yourwindchillhost/Windchill/app/#ptc1/tcomp/infoPage?oid=OR%3Awt.folder.SubFolder%3A44456920&u8=1&ContainerOid=OR:wt.inf.library.WTLibrary:44456024&jcaDebug=true you can see the class names PTC use.