Add dropdown list in activity
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Add dropdown list in activity
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.
- Labels:
-
General Customization
- Tags:
- windchill
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I tried wt.fc.EnumeratedType but no result
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I tried the steps but I'm having trouble adding the java file do you have any information about it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
What should I do for the _HataAltSinifi and how can I create it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
