Have a way of programmatically assigning variables in javascript
71
Views
1
Comments
New
Service Studio

Have a way of programmatically assigning variables in a JavaScript function, currently I have noticed that there is still no way of assigning local client variables in Out systems with JavaScript unless you create a client action for assigning the variable and then use that in your JavaScript , it would be nice to assign local variables values in JavaScript

Apart from creating the client action, you can still define output parameters in your javascript widget, and the assig the output parameter values to your local variables with an assign widget just after the javascript widget.

-- Daniel