Community Tip - You can change your system assigned username to something more personal in your community settings. X
Hello.
Is it possible to customize the built-in Object Browser that is used by Editor to view objects in Windchill? My gut tells me no. However, I am not an expert. If this is possible, what documents/links would help? Thank you
I think it depends on the level of customisation. Object Browser is a XUI dialog like any other so you could mess with the layout a bit with the standard XUI methods of customisation. To add your own buttons and things would get more complicated because then you have to write the code to implement the new functionality. I don't think there is an official document on exactly this topic but you could try make your own XUI dialog to get a hang of it then find the Object Browser XUI and mess with it.