Join Slack
Powered by
```var f = file.load({id: file_id}); f.contents = ...
# suitescript
j
jen
11/17/2020, 10:31 PM
Copy code
var f = file.load({id: file_id}); f.contents = 'my new text'; f.save();
Open in Slack
Previous
Next