WTPart -> WhereUsed related
I am using Windchill PDMLink Release 13.0 and Datecode with CPS 13.0.2.0
I have a requirement to get the list of latest parent parts in which a child Part is used . I am using below API call to get the list
QueryResult queryResult = StructHelper.service.navigateUsedByToIteration(part, true, new WhereUsedConfigSpec());
In addition to this , I also need to get list of parent Parts in which a child part is used as a Substitute Part
The navigation would be like this to[Part Usage Substitute].from[Part Usage].from
I wanted to know if there is any OOTB API which would help to get this data ?
Here are the errors that I faced
NA

