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

Community Tip - Need help navigating or using the PTC Community? Contact the community team. X

Can we show a Attribute having drop down values on Task page ?

vuchekar
9-Granite

Can we show a Attribute having drop down values on Task page ?

Hi All,

My requirement is to show a custom Attribute on Analyse Change request Task page of change Request.

In this task, assignee can choose the correct values according to his choice from drop down values.

Any Idea ?

Regards,

Vivek

3 REPLIES 3

This is possible by creating a resource file and  defining the resource file as the java class type for the variable. PTC has KB article on this https://support.ptc.com/appserver/cs/view/solution.jsp?n=CS36017&art_lang=en&posno=1&q=workflow%20task%20dropdown&source…

The only challenge is keeping the value in sync with the enumerated list which you define in the type and attribute manager.

KD
4-Participant
4-Participant
(To:BineshKumar1)

Just to add few points.

  1. The resourcebundle file can be updated using enumCustomize.
  2. The solution mentioned in PTC article required Info Modeler.

Regards,

kaushik

HelesicPetr
21-Topaz II
(To:KD)

Hi @KD 

The InfoModeler is not needed if you use IDE to compile the java code with annotations for example Eclipse atc. 

PetrH 

Top Tags