The file.load loads an existing file from the NetSuite File Cabinet. This function retrieves the file based on its internal ID and returns a file object. let fileObj = file.load( { id: fileId //The internal ID of the file you want to load. }); The returned file object includes several properties: id : The internal… Continue reading file.load of N/file