cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

We are happy to announce the new Windchill Customization board! Learn more.

How to add ObjectFormProcessorDelegate

akosolapov-2
14-Alexandrite

How to add ObjectFormProcessorDelegate

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 1

Adding

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

in createPartWizard.jspf

works fine.

Top Tags