Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
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
Custom xconf entry for data utility for "area" attribute:
Debugging table to see datautility for "area" :
Solved! Go to Solution.
Try replacing requestor="null" with requestor="java.lang.Object".
Then run xconfmanager -p to register the data utility.
Finally, restart Windchill.
Try replacing requestor="null" with requestor="java.lang.Object".
Then run xconfmanager -p to register the data utility.
Finally, restart Windchill.
