The scenario is that the user has multiple orders (the count varies), for each of these orders I would like to present the sales lines on a page, there is no distinct field that can be used across the saleslines. Any good ideas to present such solution?
The sales lines only contains (“salesOrderno”, “quantity”, “price”, “VAT”)
I hoped that the Custom list would be the way to go, but that doesn’t support the use of “Tabs, Tables, lists etc”
The custom list would suit the requirement perfectly.
I’ll do a graphical representation of the issue, but basically what I’m looking for is a pickinglist of sales lines for a list of sales orders
X Number of sales orders and for each of them a list of sales lines.
Presented in one table.
The sales orders are stored on dataservice with the user email as the link and the saleslines are stored in a different dataservice with the sales order number as the link.
That’s why the custom list with a table in each of the rows would work perfectly