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

Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X

Translate the entire conversation x

How to apply Data Utility to Column of Out-of-the-Box Table ?

KG_11714884
8-Gravel

How to apply Data Utility to Column of Out-of-the-Box Table ?

Version: Windchill 12.1

 

Use Case: Affected Objects Table of Change Task of Implementation Plan in Change Notice. There is a disposition attributes column i.e. On-Order, Work-In-Process, Finished. I am in need to apply Data Utility to this column.


Description:

I already developed for custom MVC table but now in need to apply it on Out-Of-the-Box Table

 

Is there any way to do that..?

 

KG_11714884_0-1755707773796.png

 

 

Thanks

2 REPLIES 2
HelesicPetr
22-Sapphire II
(To:KG_11714884)

Hi @KG_11714884 

It is too complicated because this table is defined in a specific class. 

You have to rewrite ootb class to define own custom data utility.

the name of the class is com.ptc.windchill.enterprise.change2.mvc.builders.tables.AffectedItemsTableBuilder

 

Generally you can define the DU with an attribute internal name as a service but you  have to rewrite the OOTB one. 

Then it will be used in most of the tables, but the change table is not affected by this change.

PetrH 

Hi @KG_11714884,

 

I wanted to see if you got the help you needed.

If so, please mark the appropriate reply as the Accepted Solution. It will help other members who may have the same question.
Of course, if you have more to share on your issue, please pursue the conversation. 

 

Thanks,
Anurag

Announcements
Top Tags