kpcollier Posted October 16, 2018 Report Share Posted October 16, 2018 Hello. I have an app right now for when our company needs to order materials. Right now, I can add one material with its quantity in an order. But, my problem is that I cannot select more than one material. Say I have to order 10 windows and 5 screens. Right now, I would have to create an order for each, even if it is for the same job. I would like to make it so I can order both, with both sharing the same OrderID. I need like a "Add Material" button, where if clicked another "materials and quantity" option pops up. Here is a picture of the datapage. You can see the "Materials" and "Quantity" options. I just need a "add another" option. I have a little bit of JS experience. Im just not sure where to start. Could anyone help me? Quote Link to comment Share on other sites More sharing options...
Vitalikssssss Posted October 19, 2018 Report Share Posted October 19, 2018 Hi @kpcollier, Perhaps you can use Tabular Report with Inline insert option enabled in order to add items to the order. You will need to create a submission form to create an order and pass Order ID to the Tabular report Datapage which allows adding items to the order. Hope this helps. Regards, vitalikssssss Quote Link to comment Share on other sites More sharing options...
kpcollier Posted October 22, 2018 Author Report Share Posted October 22, 2018 Thanks @Vitalikssssss. I will try this out when I get the chance. Seems like it will work! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.