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
Harald ProkschHarald Proksch 

Prepopulate products in ‚Edit all Priducts‘ component in Lightning

In Classic we were using a form post to salesforce.com/oppitm/multilineitem.jsp to default the products/PricebookEntries we want to get added to an opportunity.
This was done in a separate vf page and the form submit was forwarded to multilineitem.jsp.
With Lightning this doesn't work any longer. Is there any solution to pass some products to the "Edit Selected Products" component (which are newly added products)?