Skip to main content
7-Bedrock
March 31, 2023
Solved

WRS OData used to find unresolved part allocation

  • March 31, 2023
  • 2 replies
  • 1207 views

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

Best answer by CL_10331179

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.

2 replies

CL_103311797-BedrockAuthorAnswer
7-Bedrock
May 8, 2023

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.