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
Uttam SaiUttam Sai 

Select Multiple Products In Single Order(Custom Object) and Selected Items Need to Display in Another Page

Hi,
Am trying to Build a VF page (or) Lightning Component Which is Replica of Order and ADD Products Page.

I have One Custom Object(Order__c) and in the Related list I will Select Multiple Products Using Checkbox And in the Next Screen i will Give Inputs for Quantity and based on Quantity i will Caluclate Each Product Price and I have to show Order Total Value in Order Details.

Please help if anyone came across this already

Similar toUser-added image
ANUTEJANUTEJ (Salesforce Developers) 
Hi Uttam,

I have found the below link where in the scenario is that we are displaying all the accounts with checkbox and on the controller end of vf page we are processing the selected accounts.

https://developer.salesforce.com/forums/?id=906F0000000DBmuIAG

Although there are multiple ways this can be implemented this is one of the ways that I could find that fits your description.

Please use this as a reference to modify it according to your scenario.

Kindly let me know if it helps you and close your query by marking it as solved so that it can help others in the future. It will help to keep this community clean.

Thank you!

Warm regards!
Anutej Poddaturi