And, I tried a javascript global variable in the s...
# suitescript
m
And, I tried a javascript global variable in the scope of my define(), and hence, "global" to both getInputData() and map().. In that case, the changes which getInputData() made to the global variable did not appear to 'stick'. map() sees the global, but only sees values for the global as they were initialized.