Windchill MPMLink Setting
|
JSON Object Attribute
|
---|---|
Saved filter from the Filter action set on the Structure tab.
|
"ApplicableType": "PTC.MfgProcMgmt.ProcessPlan",
|
Saved filter from the Related Assembly Filter action set on the Structure tab.
|
"ApplicableType": "PTC.ProdMgmt.Part",
|
Apply to top level object checkbox on the Configuration Specification tab.
|
"ApplyToTopLevelObject": "...",
|
Settings on the Configuration Specification tab.
|
"ConfigSpecs": [
{ "@odata.type": "#PTC.NavCriteria.WTPartStandardConfigSpec", "WorkingIncluded": "...", "View": "...", "LifeCycleState": "...", "Variation1": "...", "Variation2": "..." } ], |
Set when values are selected on the Option Filter tab.
|
"@odata.type": "#PTC.NavCriteria.OptionFilter",
|
ID of the option set selected from the Override Option Set Revision icon on the Option Filter tab. If no options set is selected, the default option set is applied.
For more information, see Retrieving Options Values.
|
"OverrideOptionSetRevision": "...",
|
Values selected from the Set Configuration Specification icon on the Option Filter tab. If no configuration specification is selected, the default configuration specification is applied.
|
"OptionFilterConfigSpecs": [
{ "@odata.type": "#PTC.NavCriteria.OptionFilterConfigSpec", "LifeCycleState": "...", "LatestActive": "...", "LifeCycleActive": "...", "EffActive": "...", "EffectiveDate": "..." } ], |
The filtering type selected in the filter drop-down list: Standard or Alternate.
|
"FilterMode": {
"InternalCode": "...", "Name": "..." }, |
Choices selected for each option in the option set on the Option Filter tab.
For more information, see Retrieving Options Values.
|
"ChoiceValues": [
{ "ID": "...", "Name": "..." } ] |
Apply latest for unresolved dependents checkbox on the Configuration Specification tab.
|
"UseDefaultForUnresolved": "..."
|