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
Nick KaldenbergNick Kaldenberg 

How to go about creating multiple records.

Hi,

I have a VF page to add a new request for Setting up New Products.  On this page the user enters the product UPC and other information.  For tracking and reporting issues we can only accept 1 UPC per request.  In order to save user time I want to change the page so that they can submit multiple requests at once, with the only field changing being the UPC.  Is this something that can be done, preferably with the standard controller with or without an extension?
AmitAmit (Salesforce Developers) 
Hello,

With custom VF coding you can achieve the scenario. Also you can use data loader to update multiple records at once

Please refer following links for more information : 

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

https://help.salesforce.com/HTViewHelpDoc?id=inline_editing_in_a_list.htm&language=en_US

Thanks,

Amit Bhardwaj