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