Could we create tasks in suitescript 1.0? or any s...
# suitescript
b
Could we create tasks in suitescript 1.0? or any similar functions like
<http://https.post|https.post>()
in SS 1.0? Like running MR script
n
Head to Help in NetSuite and search "SuiteScript 1.0 to SuiteScript 2.x API Map – Functions (nlapi)"
b
I could find
nlapiScheduleScript
but not for MR script
n
MR is 2 specific
1.0 has no concept of Map/reduce script types. You asked about tasks / https.post too 😉
b
what about
<http://https.post|https.post>
?
n
Did you look at the map?
If you just CTRL-F and type https.
Also this, if you want to look at nlapiRequestURLWithCredentials(credentials, url, postdata, headers, httpsMethod) Page 114
b
Thank you sir