Skip to main content
10-Marble
December 24, 2025
Solved

How to add data utility on custom table column ?

  • December 24, 2025
  • 1 reply
  • 178 views

Version: Windchill 12.1

 

Use Case: I want to add data utility on custom table's column. I will use some backend logic to render the attribute value as per my requirement


Description:

Entry to show "area" attribute in table builder class

WT_010219_0-1766552067425.png

Custom xconf entry for data utility for "area" attribute:

WT_010219_0-1766552333692.png

 

Debugging table to see datautility for "area" :

WT_010219_0-1766552195909.png

 

 

Best answer by Imad_A

Try replacing requestor="null" with requestor="java.lang.Object".

Then run xconfmanager -p  to register the data utility.
Finally, restart Windchill.

1 reply

Imad_A13-AquamarineAnswer
13-Aquamarine
December 24, 2025

Try replacing requestor="null" with requestor="java.lang.Object".

Then run xconfmanager -p  to register the data utility.
Finally, restart Windchill.