Is it possible, from a Suitelet, to get a paramete...
# suitescript
w
Is it possible, from a Suitelet, to get a parameter setting of a MR-script deployment?
1
bah, changed the parameter to a company parameter.
b
you can load the script deployment record, the script parameter is treated as a field there
w
ah, thanks!
I tried creating a mrTask and tried to look at the "params". But those were only if you wanted to override.
It's probably better to have them as company parameters in this case, but I don't like that you can't separate them on that page unless you bundle it up.
s
@Watz wait what's the usecase? You're triggering a suitelet from an MR? from just really high level, this should either be a custom record, or using the cache module! but sure i guess the company parameter will also work!!
w
It is just a folder setting that is used in the mr-script to store the output files. I wanted to have a link to it from the suitelet.
s
mm think you did the right thing, script settings wise i thing the general preference was the best way ]to go!!!