Skip to main content
1-Visitor
June 4, 2018
Question

How to use Application Parameter's Thing Template in studio

  • June 4, 2018
  • 1 reply
  • 5972 views

Hi,

What is the purpose of using Thing Template as an application parameter in Thingworx studio?

 

How to dynamically the properties of the Thing Template in studio?

 

I have added Thing Template's service "GetImplementingThings" in studio but I am unable to fetch the properties stored in the "Things" which extends the Thing Template.

 

 

1 reply

5-Regular Member
June 4, 2018

Application parameters are parameter which you can create and use in your JS code in studio .For example i created an application parameter with name count and can use this variable in my JS like $scope.app.params.count = 0

If you want to access properties/services that are there in your hosted Thingworx (Which is connected to your studio)  you can click on the (+) sign of external data below application parameter and from there you can fetch Thingname/Template name and this will give you a list of properties/services which you have created or inbuilt to the template .From there you can get data in your Studio .

 

Thanks ,

Mukul Narang 

Desai1-VisitorAuthor
1-Visitor
June 4, 2018

How to use the "Thing Template" application parameter in studio.

 

How to load the Thing Template Properties in the studio?

5-Regular Member
June 4, 2018

If you want to access properties/services from the ThingTemplate Which is there in Thingworx (Hosted thingworx which is connected to Studio) .Then you need to click on the external data (+) sign and select the template/thing from there and select properties or services which you want to use in Studio .I have also attached the screenshots for this .