Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
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
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.
Just to add few points.
Regards,
kaushik
Hi @KD
The InfoModeler is not needed if you use IDE to compile the java code with annotations for example Eclipse atc.
PetrH