문제

내 목록에 동적보기를 만들고 싶습니다.이 목록은 외부 데이터베이스 I.E.E.에 오는 현재 사용자의 정보를 기반으로 필터링됩니다. 로그인 한 사용자가 외부 데이터베이스에서 가져오고 SharePoint 목록을 필터링 할 값을 기반으로 값을 가져옵니다.

어떻게해야합니까?나는 SharePoint의 Newbie입니다.어떤 도움이 될 것입니다.

감사합니다

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top