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

Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. 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

1 REPLY 1
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 

Announcements
Top Tags