Skip to main content
1-Visitor
May 9, 2018
Question

Create mashup similar to excel

  • May 9, 2018
  • 1 reply
  • 1236 views

Hi,

I have following scenario in ThingWorx:
A thing is created with properties: Property1, Property2, Property3, Property4 and Property5 etc.
I wish to display these property values in mashup and at the same time I want to update them from mashup itself.
How can i achieve this?

Thanks!

1 reply

5-Regular Member
May 9, 2018

@Kiran1 : I believe you can use grid to display the property records and use a textbox or other widget to take input in case of updating records. With a button click then can call a custom service which updates thing property along with refreshing grid data.

Is there any specific layout or UI you are looking to achieve this functionality?

-Durgesh

Kiran11-VisitorAuthor
1-Visitor
May 16, 2018

Thanks for responding.

I will check this.