Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
Hi Comunity;
I need to bring the fields in the red box below as a list, how can I do this?
Solved! Go to Solution.
Hi @smcvr
You need to learn how to use IDE with annotations (Eclipse, NetBeans, InteliJIdea atc...)
"_HataAltSinifi" is autogenerated class by annotations.
PTC Supports Eclipse as a IDE that can be used directly with Windchill.
Windchill PLM - Customization with Eclipse IDE
CS63697: How to install Eclipse IDE for Windchill PLM
PetrH
My solution was rather complex to this same problem. I was showing a team input as a drop down. Required a custom JSP template and data utility to format the drop down list. Have you tried making the variable something other than text? Possibly a vector or List object?
I tried wt.fc.EnumeratedType but no result
Hello @smcvr
I did it several years ago, and it is not easy as you can think.
A PTC Article CS36017 describes how to achieve the dropdown list in the task page.
hope this can help.
PetrH
I tried the steps but I'm having trouble adding the java file do you have any information about it?
additional information. The Article mentions that Information Modeler is needed.
InformationModeler is not normally installed with Windchill and it is licensed.
As a workaround you need some IDE as a Eclipse to compile the class with annotations.
PetrH
What should I do for the _HataAltSinifi and how can I create it?
Hi @smcvr
You need to learn how to use IDE with annotations (Eclipse, NetBeans, InteliJIdea atc...)
"_HataAltSinifi" is autogenerated class by annotations.
PTC Supports Eclipse as a IDE that can be used directly with Windchill.
Windchill PLM - Customization with Eclipse IDE
CS63697: How to install Eclipse IDE for Windchill PLM
PetrH