NetSuite is really broken in this 2020.1 update...
# suitescript
a
NetSuite is really broken in this 2020.1 update...
j
Assuming you mean 2021.1? What’s broken for you?
s
File cabinet validation is now broken, for one thing.
j
file cabinet validation as in permissions? has been broken for me for months
NS finally taking my ticket seriously about it
We have a bunch of files in the same folder. People can access some, not others.
NS keeps saying it’s to do with the permissions on the folder. FILES ARE IN THE SAME FRICKIN’ FOLDER
concerningly, people can access files they should NOT be able to.
a
@jen Every single PDF were people used
?xml
in the logo URL if you use that PDF template with the render module is now broken because the fix the html tag parsing in the URL but did not consider already parsed urls...
😧 1
This error, not documented anywhere is pop in up all over the place(in MR scripts) randomly.
java.lang.NoClassDefFoundError: Could not initialize class com.netledger.core.rdc.RdcUtilImpl
Sessions Time were insanely decreased and loging you out in 5min or so.
So far, that is pretty much what I found to be kind of broken.
s
Many of my co workers complained of being logged out after 5-10 min away from pc anything to do ?
j
@alien4u can you give me an example of what you mean by the
?xml
issue?
a
@jen Before this change it was a problem when you used an Advanced PDF template from the UI and also with the
render
module(script) where the logoURL was not properly parsed meaning
&
no properly converted to HTML when rendering the Template. A common fix is to use ?xml and that fixes the problem and now that Template works normally from the UI or when it is being used by the render module. That is now broken because NetSuite fix it... if that makes sense...
j
hmmm
we generate PDFs a lot, my code currently fixes the ampersands beforehand. Wonder if everything is now silently broken
it’s like NS has no QA department