Skip to main content
1-Visitor
September 20, 2018
Solved

Bind widget to properties dynamically

  • September 20, 2018
  • 1 reply
  • 1582 views

how to bind things properties to dropdown list..? please help

 

Related to post

Best answer by Tudor

We can't bind thing properties directly to a dropdown list in a mashup.  Mashups will generally only fetch data from services.

 

However, there is a built in service all Things have called GetProperties.  Adding this service to a mashup should allow you to essentially bind your custom properties to the mashup.

 

This built-in service may not be enough for your use case of creating a drop-down list (unless you already have an infotable as a property you'll work against).  So generally you will need to write your own service that returns the properties you'll need to bind to your list widget.

1 reply

Tudor14-AlexandriteAnswer
14-Alexandrite
October 15, 2018

We can't bind thing properties directly to a dropdown list in a mashup.  Mashups will generally only fetch data from services.

 

However, there is a built in service all Things have called GetProperties.  Adding this service to a mashup should allow you to essentially bind your custom properties to the mashup.

 

This built-in service may not be enough for your use case of creating a drop-down list (unless you already have an infotable as a property you'll work against).  So generally you will need to write your own service that returns the properties you'll need to bind to your list widget.

5-Regular Member
October 25, 2018

@ileadershiptech

 

Hope you are doing good. Could you please confirm if the issue has been resolved.

 

If yes, please mark the answer as accept as solution for the future reference. Thank you in advance.

Regards-Mohit Goel