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

Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X

To get an IBA in the task page.

ash
6-Contributor
6-Contributor

To get an IBA in the task page.

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

Input_PAnel 01.JPG

Something like this :

Input_PAnel 02.JPG

So Only when I select Reject, an IBA should appear with some values. How to achieve this customization without using Information Modeler.

3 REPLIES 3
olivierfresse
13-Aquamarine
(To:ash)

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 ...

ash
6-Contributor
6-Contributor
(To:olivierfresse)

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.

Top Tags