Skip to main content

Questions tagged [event-receivers]

Event Receivers are a piece of managed code that responds to SharePoint events when specific triggering actions occur on a SharePoint object.

0 votes
1 answer
33 views

There is a field in my list called Authority Name and its type is Person. I am writing ItemAdding event receiver where I want to change this fields value. For e.g. if user is adding Mike in this field ...
Frank Martin's user avatar
  • 3,728
0 votes
1 answer
35 views

I have got custom list. I must Auto fill this list by Event Receiver. When the form is opening. The same elements should be auto filled. What code should I write ? I have only now: public ...
Grzegorz Z's user avatar
  • 1,713
0 votes
1 answer
67 views

I have one task list in my site collection. In that list I will assign tasks to users (5 users are there). Each user have one own site. Whatever tasks I am assigning that they have to see in their own ...
BHARATHI PAULRAJ's user avatar
0 votes
0 answers
59 views

I'm trying to debug a server solution which stopped working when it was migrated into SP 2019 (not sure if it was migrated from 2013 or 2016). The solution is using SPSecurity....
Rogerb's user avatar
  • 21
0 votes
0 answers
136 views

There is a requirement to migrate SharePoint On-Premises sites to SharePoint Online (SPO). Some of the customization in the current 2013 on-prem site include Event Receivers specially ItemDeleting ...
rjdev's user avatar
  • 1
0 votes
1 answer
67 views

I created a timer job for sending email daily for an events calendar list in sahrepoint onpremise 2016. When i put following code, it is not giving me exact event name: using (SPSite site = new ...
user105078's user avatar
0 votes
0 answers
46 views

I have a document library which has some custom values, some of which are required to fill out. When a user uploads a Document sharepoint asks him to fill out those values and refuses to check the ...
Saik's user avatar
  • 13
0 votes
1 answer
202 views

I'm trying to create a remote event receiver solution for SharePoint Online using VS 2019 community edition. I created an empty SP Add-in project, but when I try to add a new item, the event receiver ...
Robin Roy's user avatar
0 votes
1 answer
80 views

I'm developing an event receiver for Item Updated in a list. But when I debug the code BeforeProperties is empty. Here is the code: string afterValue = properties.AfterProperties["...
Gleb Krylov's user avatar
1 vote
1 answer
310 views

Can anyone help and share with me the article or blog link to create an Event Receiver in Project Server 2019 on-prem environment. I found some articles based on 2010/2013, which I tried but not ...
Haseeb Chishti's user avatar
0 votes
1 answer
88 views

I am trying to catch event (ItemUpdating) when user just replaces the content of a document without explicitly checking out/in. I have checked all the differences on BeforeProperties and ...
Furli's user avatar
  • 23
0 votes
0 answers
82 views

I have created an empty SharePoint project Added the Event Receiver - Item Added It should do the following operations. Connect to sql database. Add the data to the database table. Close the ...
Natasha Gondi's user avatar
0 votes
2 answers
139 views

Is there a way we can remove the replace button in document library? Maybe using event receiver? I want the users not be able to replace the file with the same name
hellothere's user avatar
0 votes
2 answers
186 views

I am trying to add an event receiver on the workflow task - list Item Added event, to get the Task ID and update it on another SharePoint List. This is because once I add an Assign Flexi Task action ...
Vikas Kottari's user avatar
0 votes
1 answer
193 views

I have this code where only ItemAdding is firing when I add new item in the list but ItemUpdated doesn't fire. I am expeting that when new item is added then first ItemAdding fires (which is working) ...
Frank Martin's user avatar
  • 3,728

15 30 50 per page
1
2 3 4 5
60