Discussions
Join the NetSuite community to innovate, connect, and discover what’s next.
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Register now
Trouble Editing a File in the File Cabinet
Hey guys,
I have been encountering an issue with the file cabinet recently. This started happening about a week ago and has been sporadically popping up around the end of the work day (4:30-5:30pm Eastern time). I have some custom web dev files that sit in the file cabinet and are referenced in a Suitelet through the response.write(htmlStr) method where the variable htmlStr is my Suitelet's HTML, JS, and CSS code. I reference .html, .js,and .css files from the file cabinet and update them to thus update the Suitelet's client-side content.
Well the problem was hard to discover because the File Cabinet is not throwing any errors and is otherwise operating normally. The problem is that when I edit the file and copy & paste the new, updated code, the Suitelet does not reflect these changes.