Community Tip - You can change your system assigned username to something more personal in your community settings. X
Hi all,
At the moment the full path of the classification is displayed on the details page.
We would need to display only the last class. So instead of having for example: Technical\Screw\Nr1 screw
to see only Nr1 Screw.
Has anyone changed this on their systems or has any ideas?
Alex
you can use a calculated attribute to strip this until the node name but I agree that this should be ootb or as guided customization.
The reason is not the info page but many table views in Windchill and Navigate. The Full path is too long to be displayed effectively in tables and therefore a short version of the classifcation should be available
We extended the DefaultDataUtility in order to manage this which manipulates the string in the end and displays only the needed information