Skip to main content
1-Visitor
November 6, 2015
Question

Search for Generic and or Instance in Intralink 10

  • November 6, 2015
  • 2 replies
  • 1272 views

I am trying to find lost vendor components that need to be moved to the library. Most of these are family table related. Is there a way to search for generic/Instance/family table in intralink 10? 

2 replies

21-Topaz I
November 10, 2015

There is a way.  We have it implemented but I will have to get back to you on it.  There is a customization that has to be done.

21-Topaz I
November 10, 2015

Was easier to find than I thought.

And this came from PTC.

This can be done by performing the following:

1. Modify the following properties file: /codebase/com/ptc/windchill/enterprise/search/server/SearchableAttributesByType.properties

2. Add ",familyTableStatus" to the end of the advancedSearch.wt.epm.EPMDocument property

Example: advancedSearch.wt.epm.EPMDocument=authoringApplication,folderingInfo.cabinet,CADName,thePersistInfo.createStamp,iterationInfo.creator,defaultUnit,docSubType,docType,format,lock.locker,name,number,ownerApplication,state.state,thePersistInfo.modifyStamp,iterationInfo.modifier,organizationReference,description,familyTableStatus

3. Restart the MethodServer

4. Add the familyTableStatus to the search criteria in an Advanced Search. It will be at the bottom of the More menu entry.

familyTableStatus.jpg

Then you type in a 0, 1, or 2.

0 = All non-family table objects.  This includes drawings.

1 = All family table instance models only.

2 = All generic models only.