문제

I want to create a dynamic view on my list. The list is filtered based on the current users' information coming from an external database i.e. based on which user is logged in, a value is fetched from external database and based on that value i want my SharePoint list to be filtered.

How can i do this. I am newbie in SharePoint. Any help would be really great.

Thanks

도움이 되었습니까?

해결책

One way to do this is to implement your own custom Filter Provider web part.

The Filter Provider gets the current user ID, finds whatever info you need from your DB and then passes the filter onto the List View that displays the data.

Writing a Filter Provider Web Part for Windows SharePoint Services 3.0

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