Skip to main content
1-Visitor
February 17, 2017
Question

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

  • February 17, 2017
  • 1 reply
  • 1754 views

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

1 reply

1-Visitor
February 17, 2017

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.

12-Amethyst
February 23, 2017

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
22-Sapphire II
22-Sapphire II
March 2, 2023

Hi @KD_01 

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

PetrH