Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
Hi,
I am trying to customize the columns in the Uses tab under the Structure part info tab.

The Uses tab renders a Table component with a column Reference Designator with cells that are editable. I want to change the cells in such a way they are not a text box that is editable, but a Link that opens a WTDocument in Windchill.
Please help me how to do this.
Thank you in advance.
Well, you can't :
| Title | Is there a guide describing the supported customizations of the Product Structure Browser (PSB) in Windchill PDMLink |
|---|---|
| Description |
|
| Applies To |
|
| Cause | |
| Resolution |
|
Hello,
I would say that it is possible to customize the parameters by DataUtility, What is shown.
Unfortunately the structure Uses tab attributes can show only and just only String values.
the DU method getPlainDataValue() from the structure is called so the result shown attribute is always string.
I usually create own wizard or page in custom tab of object with structure table where I can do anything...
Best Regards.
