Skip to main content
14-Alexandrite
November 25, 2016
Question

How to add ObjectFormProcessorDelegate

  • November 25, 2016
  • 1 reply
  • 1298 views

Hi.

How can i register my own ObjectFormProcessorDelegate for some windchill OOTB ObjectFormProcessor?

I can't find any example in customization guide.

I need to add some code to run on com.ptc.windchill.enterprise.part.forms.CreatePartAndCADDocFormProcessor.postProcess step.

So i need add my ObjectFormProcessorDelegate to CreatePartAndCADDocFormProcessor.createPartProcessor.

How can i do it?

Thanks.


1 reply

14-Alexandrite
December 1, 2016

Adding

<input type="hidden" name="FormProcessorDelegate" value="ru.site.MyFormProcessorDelegateClass">

in createPartWizard.jspf

works fine.