cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X

Modifying GetAdditionalProperties in PTC.SCA.SCO.MonitoredPropertiesThingShape

Willie
16-Pearl

Modifying GetAdditionalProperties in PTC.SCA.SCO.MonitoredPropertiesThingShape

I'm trying to modify GetAdditionalProperties in PTC.SCA.SCO.MonitoredPropertiesThingShape so that the service returns only the properties I need.  I tried adding the names of properties I don't need to GetExcludedProperties but GetAdditionalProperties is still returning properties I don't need.  I'm trying to get PTC.SCA.SCO.AssetMonitor.AssetDetail.AdditionalPropertiesContainerMashup to only display properties that are needed.

1 ACCEPTED SOLUTION

Accepted Solutions
Willie
16-Pearl
(To:Willie)

I was able to get the results I want by overriding the service instead of duplicating the mashup and thing shape and editing the service.

View solution in original post

1 REPLY 1
Willie
16-Pearl
(To:Willie)

I was able to get the results I want by overriding the service instead of duplicating the mashup and thing shape and editing the service.

Top Tags