Posted By
Daniyal Siddiqui
02-03-2020 18:46
Found In
Egroup:
Facility Control
\
view thread
Hi Jacob, You can try the ogScript.asyncHttp method to try and send this using DashBoard. ogscript.asyncHTTP(String urlStr, String method, String reqContentType, Object data, Function callback); Example below: ogscript.asyncHTTP('url', 'POST', 'application/json', '("params":("type":0 ...
|