Skip to main content
14-Alexandrite
February 17, 2021
Question

Custom ESI Renderer

  • February 17, 2021
  • 1 reply
  • 1993 views

Hello,

 

I have a requirement where I need to introduce some information about the document in the ESI response file. Since the information which I want to introduce are not document attributes modifying esimetaInfo file is not an option. Please suggest me how I can introduce a custom renderer for documents. 

 

Thanks in advance.

 

Regards,

Sha

1 reply

5-Regular Member
February 17, 2021

Hi,

 

Usually we are doing it by extending the com.ptc.windchill.esi.esidoc.ESIDocumentsRenderer class. Then in a method protected Element adjustDocumentElement(Element elem, String paramString, Document document, Collection paramCollection) you can place you custom logic and modify the output. Some details you can get from ERPConnectorCustomizationGuide document. Plus you need to plug the custom renderer into properties via xconf. Property is "com.ptc.windchill.esi.rnd.ESIRenderer" located in service.properties file.

 

A.

Sha1114-AlexandriteAuthor
14-Alexandrite
March 19, 2021

@atokarz,

 

Overriding adjustPartElement(Element, String, WTPart,List<Eff[]>, Collection) worked, not adjustPartElement(Element, String, WTPart,Eff[], Collection).

 

Thanks,

Sha