this function is currently working just fine for m...
# suitescript
e
this function is currently working just fine for me to get the contents of an HTML file:
Copy code
function loadHtml() {
  return f.load({"id": "SuiteScripts/sku-analytics/total-monthly-by-sku/TotalMonthlyBySku.html"}).getContents();
}