anyone have experience with the N/runtime.session ...
# suitescript
p
anyone have experience with the N/runtime.session returning null? this is wat i am trying: 'var sessionObj = runtime.getCurrentSession(); sessionObj.set({ name: 'workorderid', value: 'test' }); console.log('Session: ' + sessionObj.get({name: 'workorderid'}));'