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
jpbenjpben 

Mass Update Button

Hello,

 

I am looking for a solution where our users can click a button on their UI, launch a page to allow them to select a csv file, and then mass update records of a custom object.  The CSV will contain an external id (key) and fields that will be updated.  I know that there are import wizards functionality built in SFDC but I dont want to give users this access and potentially update other records.  I want the button because the process is already predefined for the users.   I appreciate any suggestions and advice. 

 

 

Thanks,

John

 

 

Best Answer chosen by Admin (Salesforce Developers) 
Arunkumar.RArunkumar.R

Can you look on this blog...

 

http://sfdc2u.blogspot.in/2013/07/read-and-insert-records-from-csv-file.html

 

This may helpful for you..!

 

If you found this answer helpful to you... Please accept this as a Solution and  give kudos by clicking on the star icon.

 

Thanks and Regards,

Arunkumar.R | Salesforce Certified Developer

 

All Answers

Arunkumar.RArunkumar.R

Can you look on this blog...

 

http://sfdc2u.blogspot.in/2013/07/read-and-insert-records-from-csv-file.html

 

This may helpful for you..!

 

If you found this answer helpful to you... Please accept this as a Solution and  give kudos by clicking on the star icon.

 

Thanks and Regards,

Arunkumar.R | Salesforce Certified Developer

 

This was selected as the best answer
jpbenjpben

Thank you 

Arunkumar.RArunkumar.R

For clear coding line by line explanation look on this blog,

 

http://salesforcekings.blogspot.in/2013/11/inserting-records-through-visualforce.html