WTPartUsage link always gives the latest iteration of child component irrespective of view.
Hi friends,
I have a scenario, where BOM structure contains a part for ex: ABC 1.46 (As designed) . But the latest iteration of the part is ABC 1.5 ( As manufactured) . Basically this ABC part has 2 views. When i use the below API to query the top part
QueryResult links = wt.fc.PersistenceHelper.manager.navigate(validPart, wt.part.WTPartUsageLink.USES_ROLE,wt.part.WTPartUsageLink.class,false);
It always gives me latest iteration which is expected. That is, it is giving me ABC 1.5 ( As manufactured).
But the BOM structure has link to ABC 1.46 (As designed). Is it possible to get the exact part linked to top part instead of getting the latest part. ( Based on views) .

