Skip to main content
16-Pearl
May 12, 2020
Solved

Modifying GetAdditionalProperties in PTC.SCA.SCO.MonitoredPropertiesThingShape

  • May 12, 2020
  • 1 reply
  • 1281 views

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.

Best answer by 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.

1 reply

Willie16-PearlAuthorAnswer
16-Pearl
May 14, 2020

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.