Hi,
we're trying to provide our customer a way to efficiently add lines to customer orders - if possible with only using keyboard input. The customer is on the phone and we reduced the input to "item number", "quantity". Unit can be changed optionally. The input process itsself is I think nearly as fast as it would be if we had the possibiliy of inline editing in the grid. The issue comes up, when the "add" button is triggered with the last ENTER.
If the customer order is new, we save the customer order header to have an id and start a new app "customerOrderLine" when adding the first new order line and fill all fields in code. For the 2nd to the last we only use the already started app and fill the fields.
The first order line takes around 6-8 seconds before it's inserted and displayed, all the following order lines take a little less time. Plus the time needed to put in the information for the new order line.
Could you please give us advice on how to optimizie the performance? We can of course provide examples and screenshots as well as show you around in a live support session.
Thanks,
Patrique