Hi, looking for recommendations on how to securely...
# suitescript
j
Hi, looking for recommendations on how to securely retrieve a CSV from NetSuite externally? I'm thinking that it would be generated from a saved search and possibly be stored in the filecabinet. Thanks.
m
You can use SuiteTalk to retrieve from the filecabinet or to just run the search and pull the results. You could also create a RESTlet that does it as well.
You could also have a scheduled script on Netsuite's side that sends it to an server using N/sftp
a
searchTask + sFTP would be ny recommendation.