Can we access NetSuite 'Script Parameters' from mu...
# suitescript
s
Can we access NetSuite 'Script Parameters' from multiple UE scripts? I don't want to re-create same parameters for each scripts.
m
You can set the script parameter preference to Company to make it system wide https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/chapter_N2999849.html
🙌 2
n
What @michoel has suggested is the optimal way. Since you are sharing the params across multiple scripts. Another approach is to load each deployment record and get the value of the parameter.
🙌 1
s
Thank you so much for the response! I think this will work 🙂🍻 @michoel @NickSuite
n
Alternatively if you want to avoid cluttering the company prefs you could create a module that contains the params and load that in to your script.