Skip to main content
7-Bedrock
March 9, 2020
Question

Data utility for UsageLink (Filter Enumeration)

  • March 9, 2020
  • 1 reply
  • 1925 views

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

1 reply

5-Regular Member
March 10, 2020

Could you post an example of Windchill UI which you want to change?

MSuarez7-BedrockAuthor
7-Bedrock
March 10, 2020

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.

MSuarez_0-1583848011308.png

 

MSuarez7-BedrockAuthor
7-Bedrock
March 11, 2020

The key seems to be a custom GWT Renderer but I can't find any information about it.