Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
In a panel we have some views, then we have to select the view from view list suitable to the each document type currently using. It is best way if PDMLink can automatically select defined view to fit the document type we using.
One option for this would be in the object Layouts in the Type and Attribute Manager. Windchill has a top-down hierarchy system for the object layouts, so if you have defined your document types as child items of the main Document object and didn't give them custom attributes/layouts etc, those documents will use the parent Document layout. You can easily make custom layouts for different views for each document subtype and the system will use those instead.
Hi Daryl,
Thank you for yorur replay. I"ll try to do your suggestion and report the results.
Hi Yasumitsu,
If you want to dynamically populate this depending on Document Type, I guess you will surely able to achieve this with some sort of JavaScript.
I remember I had done this before, but it was for Template drop down. You will need to add JavaScript function to "<WT_HOME>\codebase\netmarkets\jsp\document\create.jspf" file.
Thanks,
Shirish