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

Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X

Bind widget to properties dynamically

ileadershiptech
8-Gravel

Bind widget to properties dynamically

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

 

Related to post

1 ACCEPTED SOLUTION

Accepted Solutions

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.

View solution in original post

2 REPLIES 2

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.

mgoel
17-Peridot
(To:Tudor)

@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

Top Tags