Discussions
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.