Hi
In our business we have two ranges of SKUs, and customers will often order a complete set of each range (with 4 and 5 products in each range).
I would like to add a buttom to the screen which will populate the sales order grid with a row for each item from the respective ranges.
I have started by trying to add values to the SalesOrderLine grid, but this doesn't seem to be going very far. I now wonder if the best way would be to load the data into the grid by fetching data from the items table and filtering by the range type?
I've had a look on the forums and it seems there are limits to populating grids, can anyone advise if what I am trying to achieve is possible and if so a good approach.
Thanks!
Rick