I have a saved search which returns a set of resul...
# suitescript
c
I have a saved search which returns a set of results (maxing out at 1000 - although there shouldn't be quite that many in the results). I want to only display the results where the
ageInDays
of the
closedate
is LTE 2. While reading up on JavaScript, I see that there is a new-ish JS method
map
, but in NetSuite there is a whole thick set of docs around
Map/Reduce
. The Dumb Question: Is JavaScript
map
in any way related to SuiteScript
Map/Reduce
? Dumb Quesiton (part II): Will NetSuite allow use of JavaScript
map
? Dumb Question (related but not specific to the above): Is there a way to know when JS methods and SuiteScript methods clash or overlap?