|
Unlike the other navigation criteria, the JSON payloads for part tag navigation criteria cannot be constructed using individual values retrieved from Windchill MPMLink. The JSON payloads for part tag navigation criteria must be retrieved from a saved structure filter and sanitized for use, as described in Creating Your Own Navigation Criteria Example.
|
Windchill MPMLink Setting
|
JSON Object Attribute
|
---|---|
Saved filter from the Filter action set on the Structure tab.
|
"ApplicableType": "PTC.MfgProcMgmt.ProcessPlan",
|
Apply to top level object checkbox.
|
"ApplyToTopLevelObject": "...",
|
Choose a Type=Latest.
|
"@odata.type": "#PTC.NavCriteria.WTPartStandardConfigSpec",
|
Include Work In Progress checkbox.
|
"WorkingIncluded": "...",
|
View field.
|
"View": "...",
|
Life Cycle State field. For more information, see Retrieving Life Cycle State Values.
|
"LifeCycleState": {
"Value": "...", "Display": "..." }, |
BOM Type field.
|
"Variation1": "...",
|
Alternate BOM field.
|
"Variation2": "...",
|
One or more part tags are selected on the Part Tag Filter tab.
|
"@odata.type": "#PTC.NavCriteria.PartTagFilter",
|
Information from the selected part tags.
|
"Tags": [{
"ObjectTaggerReference": "...", "TagDisplayString": "..." |
Apply latest for unresolved dependents checkbox.
|
"UseDefaultForUnresolved": "..."
|