Quantcast
Channel: PTC Community: Message List - Windchill
Viewing all articles
Browse latest Browse all 8876

Re: Change part number by code

$
0
0

Hi,

 

Try this,

I am not sure which of them will work.

 

WTPartMaster wpm =  (WTPartMaster) part.getMaster();

                              WTPartMasterIdentity masterIdentity = (WTPartMasterIdentity) wpm.getIdentificationObject();

                              masterIdentity.setNumber("new number");

                              masterIdentity.setName("new name");

                              IdentityHelper.service.changeIdentity(wpm, masterIdentity);

 

                              WTPartMaster master = part.getMaster();

<Use the setter methods to change values >

<save the master using PersistenceHelper>

PersistenceHelper.manager.save(master);

 

 

WTPartHelper.service.changeWTPartMasterIdentity(part.getMaster(), name, number, localWTOrganization);

 

Thanks and Regards,

Kaushik


Viewing all articles
Browse latest Browse all 8876

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>