Can Global Variables be used in Map/Reduce Scripts...
# suitescript
j
Can Global Variables be used in Map/Reduce Scripts? I'm wanting to pass a parameter which defines what happens in the reduce stage, is it better to just get the parameter from context in every reduce stage or to use a Global Variable that I will set in the getInputData function.