Order Entry - Edit Line Items

Using the Order Entry App from Knack, how would a user edit the line item after it is submitted to the order app? I thought this would be an easy one, but do not see any easy way. Basically a customer picks a products, qty and whatever and submits, then decides he wants to change the product. I cant seem to create a view on add order view that will pull up the line items so they can be edited.

Hi Kyle,

  1. Create a table of Line Items connected to this page’s Order.
  2. Enable inline editing on the table.

Would that work for you?

1 Like

In addition to Ian’s suggestion, you can just add the “edit” option to the existing line items table (assuming the user already has access to the orders and line items). This can be either “inline editing” or adding the action column for “editing.”

1 Like