Pergunta

Eu tenho uma lista que contém informações que estão fortemente ligadas à informação em outra lista.O exemplo mais semelhante que eu vi foi onde alguém tinha uma lista de clientes e, em seguida, uma lista total de pedidos.O que eu estaria tentando fazer é adicionar um webPart ao formulário de exibição da lista de clientes para mostrar todos os pedidos do cliente na outra lista (por exemplo, onde nome do cliente no nome do cliente).

É possível fazer dinamicamente sem dificultar o desempenho demais (5000 itens em outra lista)?

Foi útil?

Solução

Yes, you can do this by SharePoint Designer.

  • Add a lookup column to the Orders list, which will refer to the Customers list
  • Open Customers list in SharePoint Designer
  • Edit Customers Display Form, from the toolbar, select Insert a "Related Item View", your Orders list should show up in the option list, choose it
  • Add/Remove columns of the Orders view

You need to put the Orders list's reference column to the Customers list as Indexed column, and other columns like "Product", "Order date" etc as index columns and sort your Orders view by those indexed columns. That will make you safe with the 5,000 records throttling.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a sharepoint.stackexchange
scroll top