Have you guys encountered <Script.getParameter(opt...
# suitescript
s
Have you guys encountered Script.getParameter(options) (script param field set as Company) does not get the updated value of parameter that has been set? I am using a text area type of script parameter. I ended up using User.getPreference(options) instead.
1
Ohh i think they both have the same behavior.
Now I got it. So it only takes effect when you refresh the session by doing logout-login.
b
you can use N/config to avoid caching issues
s
Thank you @battk!