Forum Discussion
lukaszp89
Oct 19, 2024Copper Contributor
Sharepoint as order database - adding multiple items
Hello, I woul like to make sharepoint list as our orders from customer database. When we receive an order it usually concerns several products. How I can add several items/products + their qua...
Rachel_Davis
Oct 21, 2024Steel Contributor
lukaszp89 Proper data best practices is to have discrete information in each row of each table. So in this case, the proper way to organize the info is to have 2 lists.
- Orders: This list will track all the information about the order, such as PO number, dates, customer name, contact, etc. Think of this as the header info at the top of the order form. Make sure the Order number (or whatever you use to identify the orders) is in the TITLE column.
- Items: This list will track each item, quantity, cost, etc. Use a look up column to the TITLE column of the Orders list to connect the items to the proper order number.
This is the best way to organize this information, particularly if you plan on eventually mining the lists for data using Power BI or some other analytic tool. The relationship is already set up for you by the lookup column.
You could likely use a Power App to enable entering all the info from a single screen with the Order Header at the top and the items listed below.