As you can see, now every time when I try to add a new product, it just create a new sale, but I’d like it’d be just in one sale with multiple items inside.
Is it possible? If it is, how to do?
For example in this screen. I’d like just click in the “+” and add a new product bellow!
@Suvrutt_Gurjar maybe you know how is the “Open Order Details” column made in the “Orders” view? When you click the Add button there is virtual column called “Open Order Details” and after clicking “Add” below, it opens the form with details. I am trying to figure it out but I can’t understand.
Thanks in advance!
In general, based on your description so far, in that sample app, the [Open Order Details] column in the “Orders” table is based on the slice** “Open Order Details”.
The expression of the column [Open Order Details] refers to that slice.
These rows will be considered ‘part of’ the referenced table. They can be added as line items in the form view of the referenced table, and will be deleted if the referenced row is deleted (these deletes will not trigger workflow rules).
THIS OPTION HAS TO BE CHECKED, THEN IT WILL APPEAR IN THE FORM AUTOMATICALLY
In hindsight, I should have requested a screenshot from you.
I would sugegst you to post sceenshots in future wherever feasible. They definitly help much better than description as in similar cases below.
[Full size Add button not appearing on Form view](https://community.appsheet.com/t/full-size-add-button-not-appearing-on-form-view/38417) Questions
First timer here, I’m trying to basically re-create the sample Order Capture App. When I hit the “Plus Sign” to create a new order, I’m missing the “Add” button to the order line items. See screenshot. [Screenshot 2021-01-20 202712] The strange thing is, when I get out of the order form UX and into the Order Detail UX, the order line items are there. So my reference appears to be working, but when the order line items are blank (which they would be everytime you create a new order), the r…