Tagged Questions
0
votes
1answer
105 views
I loss the listitem which was added to list using Item Added Event Receiver
I am using this code to break the permission.But i loss the listitem after refresh the page.Plz help me..
public override void ItemAdded(SPItemEventProperties properties)
{
...
0
votes
2answers
293 views
deploy a list with specific item-level permissions in ListAdded event receiver method
I have a certain type of custom list I have designed in my 'solution.wsp', that, whenever an instance of it is instantiated, it should have at the outset a specific Item-Level permission.
To further ...
1
vote
2answers
69 views
What is the recommended way of giving one Sharepoint user control over deletion of list items?
I have many (29) Sharepoint calendars, each with a separate owner. I would like to have anyone able to book an appointment in these calendars, but for deletion to be handled only by the calendar ...
3
votes
3answers
1k views
Unable to modify SPWebApplication properties from feature receiver - Access Denied
The scope of the feature is Web.
SPWeb site = (SPWeb)properties.Feature.Parent;
site.AllowUnsafeUpdates = true;
// Set the Web Application's default error page
SPSite siteCollection = new ...
0
votes
1answer
1k views
Error loading and running event receiver Microsoft.SharePoint.Publishing.Internal.PublishingWebEventReceiver in Microsoft.SharePoint.Publishing
I am seeing the following error in my application log:
Error loading and running event receiver Microsoft.SharePoint.Publishing.Internal.PublishingWebEventReceiver in Microsoft.SharePoint.Publishing, ...
1
vote
1answer
362 views
Accessing Lookup Values fails with Exception when the connected user is not the SharePoint Site Collection administrator
In sharepoint 2010 Foundation, after we installed a simple event receiver that mainly runs when certain items are added/modified, we noticed, during manual testing, that if we logged in as a user ...
2
votes
2answers
1k views
ItemAdding event and impersonation
I need to modifiy the Editor/Author (modified by/created by) SharePoint built-in fields in an ItemAdding Event Receiver on a list (I cannot use the ItemAdded event).
For users with restricted ...
1
vote
1answer
2k views
SharePoint Document Library Item Level Permissions
Have a document library in MOSS 2007. Item-Level permissions are not surfaced in the default SharePoint UI for Document Libraries, however the WriteSecurity and ReadSecurity properties are available ...