BradDixon1
6 years agoQrew Member
Order to Line Items Process
I have an app where the user creates an order and there is another table for the order line items.
Currently, when entering the order on a form the user has to select "Save and Keep Working" to save the order before adding the individual line items.
Is there a better way to do this? There is an Add Product button on the form where the user enters the line item information. Could something be added to that button to make it save the order first automatically?
Here is the current URL for the Add product button.
URLRoot() & "db/" & [_DBID_LINE_ITEMS] & "?a=API_GenAddRecordForm&_fid_13=" & URLEncode ([Record ID#])& "&z=" & Rurl()
Order form example attached.
------------------------------
Brad Dixon
------------------------------
Currently, when entering the order on a form the user has to select "Save and Keep Working" to save the order before adding the individual line items.
Is there a better way to do this? There is an Add Product button on the form where the user enters the line item information. Could something be added to that button to make it save the order first automatically?
Here is the current URL for the Add product button.
URLRoot() & "db/" & [_DBID_LINE_ITEMS] & "?a=API_GenAddRecordForm&_fid_13=" & URLEncode ([Record ID#])& "&z=" & Rurl()
Order form example attached.
------------------------------
Brad Dixon
------------------------------