Registering custom Renderer
Version: Windchill 12.0
Use Case: Custom Renderer is not coming into effect even after being registered in service.properties
Description:
How to register the custom renderer to take effect at the time of publishing.
I extended the WTPartRenderer to override the adjustPartElement() method, but after registering the service class in properties file, the changes are not getting reflected. What steps do we need to follow to make this custom renderer work ?

