Integration with Other Applications > Creo Parametric – Windchill Integration > Administration and Configuration > Configuring Windchill for Interoperation with Creo Parametric > Customizing the HTML Client Object Selection Page > Modifying Type Lists
  
Modifying Type Lists
The Creo Parametric HTML client object selection page uses configured type lists identified by type list ids, which are specified as the object selection page typeListID property value.
Type lists are defined in com\ptc\windchill\cadx\propfiles\picker.properties.
To add a type list entry for a new type list id, use the xconfmanager to add an entry similar to:
wt.services/rsc/default/<type list id>/java.lang.Object/0=<comma-seperated list of valid query values>
If there is only one value in the list, then you do not need any commas. If you want an “All” entry in the type list, you must specify the type list entry value for ALL in the list of type ids.
* 
For the default implementation of the object selection page these valid type list values are query values specified in wt.query.queryResource.
You can remove type ids from the list of type ids specified for a type list id, but you cannot remove an entry or leave the type list empty.