Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
I Have a problem with an execution of service with JS.
I maked a simple service to write 5 value into DATATABLE in the Thinworx Composer.
IN THINGWORX STUDIO i make this function into Home.js
$scope.save=function() {
$scope.app.mdl['BEER_DRINKTEC_2017'].svc['putData'];
};
If I use the button event linked to the service, this works well and runs.
if i recall a function save();
or use directly $scope.app.mdl['BEER_DRINKTEC_2017'].svc['putData']; into antoher function , the service not running.
THNX
Giuseppe