Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
Added a custom formprocessor on Create document with preProcess() method and set the FormProcessingStatus as NON_FATAL_ERROR.
If the condition-X is success then adding my custom message as pop up instead of showing it on banner notification and user should be able to complete the creation of document.
But i am getting one more additional pop up as Object creation successful instead of usual banner notification.
Need this instead of second pop up
Is this intended to work like this when we use NON_FATAL_ERROR? Or Am i missing anything here?
Regards,
Nikhil
Solved! Go to Solution.
Hi @Nikhil_07
You just miss the banner definition in your doOperation return form object
check the catalog page with inline message and how to use it
/Windchill/app/#netmarkets/jsp/componentCatalog/inlineMessageComponent.jsp
Help Center - Inline Messaging
PetrH
Hi @Nikhil_07
Thank you for your question.
Your post appears well documented but has not yet received any response. I am replying to raise awareness. Hopefully, another community member will be able to help.
Also, feel free to add any additional information you think might be relevant.
Best regards,
Hi @Nikhil_07
You just miss the banner definition in your doOperation return form object
check the catalog page with inline message and how to use it
/Windchill/app/#netmarkets/jsp/componentCatalog/inlineMessageComponent.jsp
Help Center - Inline Messaging
PetrH
Hello @Nikhil_07,
You have a response from a community champion. If it helped you solve your question please mark the reply as the Accepted Solution.
Of course, if you have more to share on your issue, please let the Community know so other community members can continue to help you.
Thanks,
Vivek N.
Community Moderation Team.