Combining and querying multiple lists

I'm still new to sharepoint and would like to know if it is possible to make a query that works across multiple lists. My list is as follows

Customers (id, name, etc.) Orders (identifier, order number, customer and additional information) OrderItems (id, name, price, description, etc.)

I would like to create a view that displays OrderItems grouped by order, which will again be grouped by the Client.

In pure .net code, which is pretty simple, but is it possible to implement it only using sharepoint lists?

+3
source share
3 answers

. SharePoint Designer CAML, , .

Master Detail, - . Enterprise -, .

, GetDataTable() SPListItemCollection. , DataTables, .

, SPGridView SPMenuField. DataTables, :

http://blogs.msdn.com/powlo/archive/2007/02/25/displaying-custom-data-through-sharepoint-lists-using-spgridview-and-spmenufield.aspx

+5

- ...

+1

, SPD . , , SharePoint, .

0

Source: https://habr.com/ru/post/1698485/


All Articles