Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
When you receive a Workflow Task, the user must be able to get an IBA (with dropdown) in the Input Panel, only when he selects Reject as the routing option. How can I do it?
Below is the example
Something like this :
So Only when I select Reject, an IBA should appear with some values. How to achieve this customization without using Information Modeler.
Hi,
The only way to achieve this is to create a custom JSP page for your workflow task.
You'll need some javascript code to listen to the selection of the "Reject" radio button.
Then create dynamically the dropdwon list.
The starting point is here : http://support.ptc.com/cs/help/windchill_hc/wc110_hc/index.jspx?id=WFTaskFormCreate&action=show
It explains how to create a new JSP page and use it in your task.
Then you'll have quite a few things to do ...
I'll try. Thanks.
Hello,
I interested in the ComboBox selection.
Based on the article https://www.ptc.com/en/support/article/CS36017 there is a way how to create DropDown list in the workflow task attribute.
The question is if exist easier way how to render ComboBox task attribute in the edit mode for the task JSP page?
Thanks you for any hint.
Petr Helesic.