WRS OData used to find unresolved part allocation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
WRS OData used to find unresolved part allocation
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.
- Labels:
-
Manufacturing_Transformation
-
Other
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
