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
andyMTandyMT 

Data Entry grid

I'm new to salesforce development. I was wondering if any knew how to go about getting a data entry grid component for a form. i need it in a scroll pane so the user can enter in as many item number as needed. If someone has any direction it would be great.

 

 

NikiVNikiV
I built something using VisualForce pages where I can select a product and then go to a page where I enter the quote line details in a grid, with a button that adds more new rows to my page for each record I want to enter.    You basically need some logic in the background to add new records - I suppose you could default it to always create say 10 lines but for my use case I sometimes entered 1, sometimes 5 so I left it up to the user to add the number of rows needed using a button.