Domanda

Voglio creare una vista dinamica sulla mia lista.L'elenco viene filtrato in base alle informazioni degli utenti correnti provenienti da un database esterno I.e. Sulla base del quale l'utente è connesso, un valore è recuperato dal database esterno e in base a tale valore che voglio filtrare il mio elenco di SharePoint.

Come posso farlo.Sono newbie in SharePoint.Qualsiasi aiuto sarebbe davvero fantastico.

Grazie

È stato utile?

Soluzione

If you can use C# to find out what username to filter for you could try to use the Filter Web Part to filter a standard XSLTListViewWebPart. It should accept FilterName and FilterValue. If you can't use the built in Filter Web Part you could write your own.

Another option is to refresh the page with the query string for this, like:

?FilterField1=AssignedTo&FilterValue1=Eirik%20Brandtzæg

Noet that this does not work for wildcards, as far as I know.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a sharepoint.stackexchange
scroll top