customizing peoples & groups using sharepoint designer or using jquery for a site
-
Friday, February 17, 2012 2:37 PM
Add Security feature , to the site--Members can see only their own items -Manager can see only his items in the list and the items added by his team member items in the list ..His Manager can see all items under his team and his own items
All Replies
-
Friday, February 17, 2012 3:23 PM
Add Security feature , to the site --A worker can see only his items in the list-Manager can see only his items & his workers item ..His Manager can see all the items under his team
since
- Merged by Daniel YangMicrosoft Contingent Staff, Moderator Monday, February 27, 2012 2:14 AM same question
-
Friday, February 17, 2012 3:32 PM
If you make a jquery call to the SharePoint list web service, the results will be security trimmed based on the current user's permissions. We used this approach for list driven navigation and it worked well.
You don't really need to unghost your page with designer for this. A content editor web part will work well.
- Proposed As Answer by mbuckingham Friday, February 17, 2012 3:32 PM
- Unproposed As Answer by Mike Walsh FIN Friday, February 17, 2012 3:38 PM
- Edited by Mike Walsh FIN Friday, February 17, 2012 3:38 PM Moderator Note: NEVER propose your own posts as answers. added to text.
- Edited by mbuckingham Tuesday, February 28, 2012 6:50 PM
-
Friday, February 17, 2012 3:40 PM
Is there a question in this post?
Both the title and the text are both statements.
In addition a post posted by you slightly earlier was about SP 2010 / SPD 2010. Is this?
SP 2010 "FAQ" (mainly useful links): http://wssv4faq.mindsharp.com/default.aspx
WSS3/MOSS FAQ (FAQ and Links) http://wssv3faq.mindsharp.com/default.aspx
Both also have links to extensive book lists and to (free) on-line chapters- Edited by Mike Walsh FIN Friday, February 17, 2012 3:42 PM In addition added
-
Friday, February 24, 2012 10:19 AMModerator
Hi sindhu,
You can click "Modify this view" for a list and use Filter fuction to filter the items as "Created By is equal to [Me]" in a list view, the list view will display the itmes created by current user. Then you can create another Personal list view for the manager without using Filter, then he can see all items created by members in this personal view. Or use a SPViewPermissionSetting from codeplex to set list view permission.
Thanks
Daniel Yang
TechNet Community Support
- Proposed As Answer by Rashu,Rahul Sunday, February 26, 2012 8:37 AM
- Marked As Answer by Daniel YangMicrosoft Contingent Staff, Moderator Tuesday, February 28, 2012 1:42 AM

