
1 réponse
Excel Connector (http://www.salesforce.com/community/crm-best-practices/administrators/data-management/data-tools/excel-connector.jsp) and Apex Data Loader (http://wiki.developerforce.com/index.php/Apex_Data_Loader) are your best bets for this. They are very common tools for admins to use; I use both multiple times daily. Definitely recommend to give both a shot. For loading a list of Products the Data Loader will be very straightforward. The Excel Connector is better for querying data, modifying it in real time, then pushing your changes back, all from one screen.