Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
Hello community,
I try to create a data utility which I can use in an usagelink.
what I need is following:
- Read the enumeration behind an custom usagelink attribute,
- Filter out some entries,
- create a suggestBox for the rest ob the entries.
- persist the choice of my user.
Can you help me in the right direction?
I don't think i will find some examples for exact this case but all what i have found works for Parts but not for usagelinks.
much appreciated for every help.
MSuarez
Could you post an example of Windchill UI which you want to change?
Hi,
I try to filter this enumeration in PSB.
just read the whole enumeration and filter out the highlighted entry.
actually the issue I have is to render the enumeration in GWT framework.
The key seems to be a custom GWT Renderer but I can't find any information about it.