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

Community Tip - Need help navigating or using the PTC Community? Contact the community team. X

DataUtility for attribute display

VasiliyRepecki
1-Newbie

DataUtility for attribute display

Hi.

I have datautility to specify view for soft attribute.

I configured it by site.xconf

<Service name="com.ptc.core.components.descriptor.DataUtility" targetFile="codebase/service.properties">

<Option serviceClass="MyDataUtilityClass"

requestor="java.lang.Object"

selector="attributeInnerName"

cardinality="duplicate"/>

</Service>

This datautility works fine on "Type Attributes" panel in "Details" tab.

But it does not work on "Attributes" tab in "Structure" tab.

Why?

How can this problem be solved?

Thanks.

1 ACCEPTED SOLUTION

Accepted Solutions
LoriSood
22-Sapphire II
(To:VasiliyRepecki)

If you edit the layout in Type and Attribute Management you should be able to right-click on the attribute in the layout. Within the properties window you can specify the data utility to use for that attribute in that layout.

View solution in original post

2 REPLIES 2
LoriSood
22-Sapphire II
(To:VasiliyRepecki)

If you edit the layout in Type and Attribute Management you should be able to right-click on the attribute in the layout. Within the properties window you can specify the data utility to use for that attribute in that layout.

KD
4-Participant
4-Participant
(To:LoriSood)

Use the selector name as specified in site.xconf as data utility id in the properties window.

Thanks,

Kaushik

Top Tags