has anyone experienced "caching" of Script record ...
# sdf
d
has anyone experienced "caching" of Script record script type, i.e. SuiteScript 2.0 vs 2.1 ? we are seeing that if a script starts out as 2.0 and then
NApiVersion
changes to 2.1 , this is not reflected (and then this will actually cause errors if some helper module uses ES6 syntax)
it seems the way around this is to use some newer JS syntax in the entry-point script itself; but I feel this should not be necessary in order for NS to recognize the change