Question
Data is send back to thingworx
I am creating an extension for a widget in that 'StartDate' is entered through an input field. It is also input to a parameter in a service. I have bound 'StartDate' to that input parameter in the mashup builder. The parameter is a property of a thing. But I don't know the code after this given below to send 'StartDate' to the thing.
What is the code to be written in afterRender and updateProperty functions?
'StartDate' : {
'baseType' : 'DATETIME',
'defaultValue' : '',
'isBindingSource' : true
},

