Auto associate doesn't apply WTPart subtype defaults
Version: Windchill 13.0
Use Case: Autoassociate preference is turned on and a custom class that extends DefaultAutoAssociatePartFinderCreator implements AutoAssociatePartFinderCreator runs to select the correct subtype based on Product context. Autoassociate created WTParts don't have the particular subtype defaults.
Description:
I customized the AutoAssociatePartFinderCreator class to look at the product context a CAD document is being checked into and based on the context selects the appropriate subtype of WTPart to auto associate.
This works as expected and the correct WTPart subtype is associated on check in based on context name.
However, the subtype defaults and cascading attribution I set up for that particular subtype doesn't carry over. Instead, it looks as though the WTPart subtype is created based on the default parent WTPart.
When I create a new part in the context, it follows the WTPart subtype attributes and defaults I set up.
Is there a way to have the auto-associated part use the defaults for that WTPart subtype??

