how to get related resulting change Notice form part
Hi ,
How to get related resulting change notices from parts. Please provide the syntax@
Hi ,
How to get related resulting change notices from parts. Please provide the syntax@
Hi Basha Shaik
You can try below API:
QueryResult affected = com.ptc.windchill.enterprise.change2.commands.RelatedChangesQueryCommands.getRelatedAffectingChangeNotices((Changeable2)prt);
WTCollection resulting = com.ptc.windchill.enterprise.change2.commands.RelatedChangesQueryCommands.getRelatedResultingChangeNotices((Changeable2)prt);
I hope this helps you.
Regards,
Shirish
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.