Skip to main content
1-Visitor
October 30, 2020
Question

passing data from mashup to service

  • October 30, 2020
  • 2 replies
  • 1676 views

Hi, hoping you're doing well

 

I don't finish to fully understand how work properly with thingworxs so I ask for your help again

 

I have a test Mashup

 

MM_9665428_0-1604017364361.png

 

when I click the butto marked in red I got the results form db, this works fine

 

Now I need to get the datetime when I clicked the button222 (marked in blue) and pass this datetime to a service

 

I also made a generic service that gets an input parameter and log the data

 

MM_9665428_1-1604017529224.png

 

MM_9665428_2-1604017612110.png

 

I tested the generic service alone and works

 

MM_9665428_3-1604017675774.png

 

But I cannot bind what I need from the mashup to the service or I dont know how to do it,...

 

How can I bind the click event to get the datetime from the datetime widget and execute the service with this value as an input parameter?

 

Please, do you have the proper coding to do that? so I can tested

 

Best Regards,

Marcos

2 replies

1-Visitor
October 30, 2020

I  believe I just did it....

 

something like this

 

MM_9665428_0-1604018379615.png

Is that correct?

 

Also another question

 

why the button in the running mashup after clicked looks like "pressed"

 

MM_9665428_1-1604018465403.png

 

Regards

5-Regular Member
October 30, 2020

Hello @MM_9665428,

 

Default focus style was introduced for all interactive widgets in ThingWorx 9.0, according to the design specifications

Please see article Focus style cannot be disabled in ThingWorx 9.0.0

 

Updating the DateTime property in the Thing seems to be a bug in ThingWorx 9.0.2 Would it be possible for you to open a case with support to raise this to R&D ?

1-Visitor
November 2, 2020

You can bind date selected value to service as input and date changed event to call the service. whenever date selection in the date picker changes, it will trigger your service.

abhiramk_0-1604334226402.pngabhiramk_1-1604334254912.png