Hi, how to set value to script paramter through s...
# suitescript
r
Hi, how to set value to script paramter through script?
w
Depend on what you are doing, there is no way to set (update) script parameter values via script. You can only pass parameter values say from Server Side script to M/R or Scheduled Script via the options params property (N/task) module.
s
it's been a while but I recall you can update script parameters via script <I think?>