cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

We are happy to announce the new Windchill Customization board! Learn more.

Modifications in Autoassociate API from 9.1 to 10.0

sauls
1-Newbie

Modifications in Autoassociate API from 9.1 to 10.0

In Windchill 9.1 we did a customization that overwirte the standard auto associate functionality, by writing in the wgm preferences the customized class to use instead of the standard, that actually tells the autoassociate functionality which WTPart sub-type for auto association. with the method createNewWTPart.


In Windchill 10.0 the parameters for this command has been changed


Does anybody has information about the changes this routine went trough?


Is there any documentation available for WGM Customization?

2 REPLIES 2
sauls
1-Newbie
(To:sauls)

For anybody interested, i just found the answer to my question.


In Windchill 10.0 the call to the routinecreateNewWTPart is now with an interfacecom.ptc.windchill.uwgm.common.associate.AssociatePartDescriptor.


In the help pages of customiziing the autoassociate functionality there is an error.


just implement the methodcreateNewWTPart (AssociatePartDescriptor) and it works.



Hi Saul,


I have this working in V9.1, however I need to change it for V10.1. How did you implement the new method createNewWTPart?


Thanks,


Jason M. Kritter
Sandia National Laboratories


Top Tags