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 PTC Community Badges. Engage with PTC and see how many you can earn! X

passing data from mashup to service

MM_9665428
4-Participant

passing data from mashup to service

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

3 REPLIES 3
MM_9665428
4-Participant
(To:MM_9665428)

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

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 ?

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

 

Top Tags