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
Eager-2-LearnEager-2-Learn 

Mass changing field data.

We are adding a new field for the user to enter a total value.  After adding this new field we need to have some kind of mass update to the system so that an existing field's value is copied into the new total field.  Is there some way to do this in the professional version.  I surely do not want to manually modify hundreds of records.

 

 

Best Answer chosen by Admin (Salesforce Developers) 
sgoldberRHsgoldberRH

I would use the data loader to do that.  You can simply export your object change the field name and upsert it.

 

Here is a link to info on the data loader. 

 

http://wiki.developerforce.com/index.php/Apex_Data_Loader

 

 

All Answers

sgoldberRHsgoldberRH

I would use the data loader to do that.  You can simply export your object change the field name and upsert it.

 

Here is a link to info on the data loader. 

 

http://wiki.developerforce.com/index.php/Apex_Data_Loader

 

 

This was selected as the best answer
Eager-2-LearnEager-2-Learn

Thank you for the feedback.

 

I keep asking how to change the status of a question to 'Resolve'!

Can someone tell me how to get the little 'Resolve' icon on this question stream?

 

 

sgoldberRHsgoldberRH

Click the solution button, next to my earlier response.