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
UdhayaUdhaya 

Can we update record in production using Developer console?

Is it possible to update a record in production using Developer Console "Save Rows" as do in Sandbox? The reason for asking this question is we have half million of records on Case object so if we follow the regular ETL based synchronization it takes few hours
Phil WeinmeisterPhil Weinmeister

Hi Udhaya,

You can use Developer Console to execute code in Production.

However, you should consider using Bulk API mode w/ Data Loader. That should be much faster for the ETL process than it normally would be. See this page: https://developer.salesforce.com/page/Loading_Large_Data_Sets_with_the_Force.com_Bulk_API
 

Thanks,
Phil