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
Stéphane DEMAISONStéphane DEMAISON 

How upload a csv file as quote line items

Hello,
we would like to create quote line itemsfrom a CSV file (3 columns : productCode, Qty and Unit Price).
After creating a new quote, we would have a button to select the file and data to import.

Several objects are impacted : quote (id to retrieve), Products2 (product ID to retrieve) and PriceBook2 (right price book has to be selected).

How is it possible to do ?
Please advice and suggest me.


 
Bhaswanthnaga vivek vutukuriBhaswanthnaga vivek vutukuri
http://sfdcsrini.blogspot.com/2014/09/data-import-from-csv-using-visualforce.html
Stéphane DEMAISONStéphane DEMAISON

Thanks but Account his a parent Object (not dependencies with other one), so it's the more easy way.

How can do it to do the same for child objects? The parent object ID is needed and I don't know how can do it.

Saad Ahmad 27Saad Ahmad 27

Stéphane DEMAISON were you able to figure out a solution to this? I'm looking to do the exact same thing and running into issues with my code. Thanks!!