Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
Is is possible to use Windchill REST Services to show whether a part allocated to an Operation (MPMLink) is unresolved? (E.g., from Operation/ConsumedParts)?
This is the situation we're trying to detect: https://www.ptc.com/en/support/article/CS212318
And this is the Java API: https://www.ptc.com/en/support/article/CS358364
Solved! Go to Solution.
We aren’t currently using Standard Control Characteristics, but I did find a workaround solution for part allocations: the part structure of the related part (https://support.ptc.com/help/windchill_rest_services/r2.5/en/#page/windchill_rest_services/wccg_restapiaccessexamples_ProdMgmt_getPartstructure.html) includes an “Unresolved” flag, which can be cross-referenced with the allocations on the process plan.
We aren’t currently using Standard Control Characteristics, but I did find a workaround solution for part allocations: the part structure of the related part (https://support.ptc.com/help/windchill_rest_services/r2.5/en/#page/windchill_rest_services/wccg_restapiaccessexamples_ProdMgmt_getPartstructure.html) includes an “Unresolved” flag, which can be cross-referenced with the allocations on the process plan.