Skip to content

Instantly share code, notes, and snippets.

View Extend-Apps's full-sized avatar

Darren Hill Extend-Apps

View GitHub Profile
@Extend-Apps
Extend-Apps / RefreshFiles_SU.js
Created February 25, 2022 02:04
Refresh Files Suitlet (Cache Buster)
/**
* @copyright 2021 ExtendApps, Inc.
* @author Darren Hill darren@extendapps.com
* @NApiVersion 2.1
* @NModuleScope SameAccount
* @NScriptType Suitelet
*/
define(["require", "exports", "N/search", "N/file"], function (require, exports, search, file) {
Object.defineProperty(exports, "__esModule", { value: true });