Hi guys, has anyone managed to return a search directly from the getInputData stage in a M/R script in 2.1 yet? Or is it still a bug?
To be clear, this is what I mean:
Copy code
function getInputData() {
return search.create({.....});
}
s
scottvonduhn
04/29/2020, 1:12 PM
No, it still seems broken (I last tried a week ago). Concerning, since Netsuite has stated that as of 2021.1 (in one year), all scripts marked as 2.x will run in the 2.1 engine. They really need to fix this, or many M/R scripts will break