cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X

How to add table to Related objects tab of WTPart?

VasiliyRepecki
1-Newbie

How to add table to Related objects tab of WTPart?

Hi.

Is it possible to add custom table to "related objects" tab of WTPart.

I defined action:

<action name="myCustomTable">

<component name="my_custom_table"/>

</action>

The name is same as @ComponentBuilder("my_custom_table") of my table builder class.

I have added this action to <model name="partInfoRelatedItemsTab" resourceBundle="com.ptc.core.ui.navigationRB">

model.

But I cann't see my table on info page. There are no error messages in MethodServer log too.

What else should i do to add table?

Thanks.

1 ACCEPTED SOLUTION

Accepted Solutions

Resolved by adding action to

<model name="relatedItems" resourceBundle="com.ptc.core.ui.navigationRB">

View solution in original post

1 REPLY 1

Resolved by adding action to

<model name="relatedItems" resourceBundle="com.ptc.core.ui.navigationRB">

Top Tags