Tagged Questions
0
votes
1answer
25 views
Need extra layer of authentication on SharePoint list
The following below was requested in an effort to eliminate any security isses. (We are currently using the default NTLM authentication):
-Create a hidden URL extention for admin's only (new site ...
0
votes
0answers
26 views
How can i activate the 'recurrence' section under list information management policy
I can set the policy settings by going to the list settings. But, when i go to 'List Based Retention Schedule' and click 'set a retention stage' the 'recurrence' section is greyed out. Please let me ...
0
votes
2answers
284 views
Is an UpdatePanel a bad decision?
After talking to a few people, and asking around here, I feel like the only way to securely do calls asynchronously is with an updatepanel.
(Context: Creating an Upvote/Downvote system on SharePoint ...
0
votes
1answer
77 views
Adding/Updating to a SharePoint List with AJAX securely?
I'm creating a Site Definition that will have a Stack Overflow like Q/A system.
I'm hung up on the upvote/downvote system.
I see a number of ways to do this, but what I think works best is to have ...
1
vote
1answer
282 views
Get list items even if user does not have access to those items
Is there a way to get items from a list even if the current user does not actually have acces to them? SPSecurity.RunWithElevatedPrivileges does not seem to work!
I have a special case in which I ...
3
votes
1answer
524 views
What permissions do I need for a user to see all entries in a list where typical users can see only their own submissions?
I have a list where users can create and see their own items, but not other users' items. I, being the site owner, can see all items. How can I give specific users within a Sharepoint Group the ...
3
votes
2answers
1k views
Is it possible to limit the visibility of list items to not only just me (the author), but anyone from my company too?
I have a custom list on a SharePoint 2010 extranet site which users from various external companies can add items to. The list's Permission Settings page allows you to make all items visible to all ...
2
votes
1answer
373 views
Change List Item Permission via Web Services?
Using web services, is there a way to assign a list item different security than the rest of the list?
Lets say I have 3 rows in the list and 2 different groups.
1. A ; Group A & B can see
...
1
vote
2answers
149 views
List Security in Sharepoint
I need to set permissions for a list that looks like this:
I have two different teams, each with a team lead and 3 team members. The team members should not see each others data.
Team leaders have ...
0
votes
2answers
114 views
Different security for foms and lists?
Is it possible to have security so that anyone can fill out a form, but only a small amount of people can see the underlying list? We are implementing an form that can contain sensitive information ...
1
vote
1answer
4k views
Target audience don't work
i turned on target audience for my list and in "Target Audience" column i have such value: ;;;;Portal Owners, Portal Members, Group1. I thought that this is enouf to prevent user to see list item, but ...