function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
JBerryJBerry 

Updating data via scripting toolkit

Hey,
I am trying to upload a .csv file via the scripting toolkit.  The .csv contains the opportunity ID in the first column, and the file is being inserted into salesforce as an update to existing data.

Basically, I want it to all run in the backend and hidden.  I export my SQL database hourly, and want the changes to be reflected onto SF.  Maybe the STK isn't the route to be taking.

Any ideas/suggestions?

Thanks!
adamgadamg
Maybe use the data loader instead?