Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
Hi There,
I want to call a custom form processor for an OOTB psb action(new promotion request) from part structure page. If anyone has idea on how to achieve this , kindly help.
Hi @SJ_10703418 ,
Thank you for your question!
I’d like to recommend to bring more details and context to your initial inquiry.
Please consider including screenshot(s) to better understand what you are trying to do in your process.
Please refer to this guideline to make your questions more likely to receive a quick and useful answer.
This will increase your chances to receive meaningful help from other Community members.
Thank you for your participation and please let me know if you need further assistance!
Best regards,
Hi @SJ_10703418
Here is the description how to do so.
How to add a custom action to Windchill PSB where command is not a JSP
PetrH
Hi @HelesicPetr ,
I have gone through this, but this solution will be applicable only if action is custom action, in my case the action is OOTB.
Thanks!
Hi @SJ_10703418
You can not change PSB OOTB functions because they are hardcoded through GWT Toolkit and configuration
You can just take the OOTB processor and decompile it change as you need and rewrite the OOTB class again. but you will find it is really time consuming....
You can try to find OOTB DefaultFormProcessorController for the OOTB function and try to rewrite it but Iam not sure if it exists.
PetrH