Skip to main content
16-Pearl
May 30, 2022
Solved

A service on the thing template to update the values of a property

  • May 30, 2022
  • 1 reply
  • 1332 views

Hello all,

 

I am new on ThingWorx.

 

I have a created a Thing Shape with some properties, a Thing Template, then 4 car things. 

I need to create a service that inserts values to the properties in my things.

How can I go about writing this service?

Your assistance will be very much appreciated.

 

Thank you.

Best answer by DmitryTsarev

I've added a sample video showcasing the steps to create a sample service which sets Things' properties, but  generally I'd suggest to go through the guides, tutorials and Learnign Paths on developer.thingworx.com

https://youtu.be/YrosHdw8v3E

 

Here is a link to the guide on services, but generally check all other stuff too.

https://developer.thingworx.com/resources/guides/data-model-services-events-and-subscriptions

 

https://developer.thingworx.com/en/resources/guides

https://developer.thingworx.com/en/resources/learning-paths

 

 

1 reply

17-Peridot
May 31, 2022

I've added a sample video showcasing the steps to create a sample service which sets Things' properties, but  generally I'd suggest to go through the guides, tutorials and Learnign Paths on developer.thingworx.com

https://youtu.be/YrosHdw8v3E

 

Here is a link to the guide on services, but generally check all other stuff too.

https://developer.thingworx.com/resources/guides/data-model-services-events-and-subscriptions

 

https://developer.thingworx.com/en/resources/guides

https://developer.thingworx.com/en/resources/learning-paths

 

 

Janicen16-PearlAuthor
16-Pearl
May 31, 2022

The video and links are helpful. 

Thank you @DmitryTsarev