Skip to main content
7-Bedrock
March 25, 2025
Solved

How to filter specific soft type part in auto suggest tool bar

  • March 25, 2025
  • 2 replies
  • 462 views
I am using Windchill PDMLink Release 12.1 and Datecode with CPS 12.1.2.8

Auto suggest toolbar in affected and resulting object search suggest all soft type parts, how to filter supplier parts being suggested
Best answer by nitinpathekar1

I have resolve this problem by extending the BeanPickerSuggestable class . Thanks 

2 replies

Catalina
Community Moderator
March 25, 2025

Hi @nitinpathekar1 

 

Thank you for your question! 

 

I’d like to recommend to bring more details and context to your initial inquiry. For example:

  • Can you describe the current configuration of the auto-suggest toolbar in your Windchill PDMLink environment? How are the soft type parts currently being suggested?
  • What specific criteria do you want to use to filter out supplier parts from the auto-suggest results?
  • Are you encountering any specific issues or error messages when trying to apply filters to the auto-suggest toolbar?

Please add screenshot(s) to better understand what you are trying to do in your process. 

 

Please refer to this guideline to make your questions more likely to receive a quick and useful answer. 

This will increase your chances to receive meaningful help from other Community members. 

 

Thank you for your participation and please let me know if you need further assistance! 

 

Best regards,

Catalina | PTC Community Moderator
nitinpathekar17-BedrockAuthorAnswer
7-Bedrock
March 27, 2025

I have resolve this problem by extending the BeanPickerSuggestable class . Thanks 

HelesicPetr
22-Sapphire II
22-Sapphire II
March 27, 2025

Hello @nitinpathekar1 

The picker can be customized and you could add the condition to the specific soft type

 

CS364406 - Windchill PLM - Picker Customization

CS364902 - How to show only latest objects iterations in Custom Picker in Windchill PDMLink

 

the affected table Picker uses a com.ptc.windchill.enterprise.change2.search.AffectedObjectsPickerConfig class and you can create own class where you just add a specific condition

 

Configuring Pickers

 

PetrH