Skip to main content

Questions tagged [remote-event-receiver]

Remote event receivers work similarly to regular event receivers except that remote event receivers handle events that occur when an app for SharePoint is on a different system from its host web application.

0 votes
6 answers
2k views

We are migrating some applications from SharePoint 2019 to SharePoint online. The applications use remote event receivers using synchronous events. We can’t migrate to webhooks because they don’t ...
Danny's user avatar
  • 570
1 vote
1 answer
90 views

I want to run some logic after creating SharePoint online list items, the logic will be very complicated/lengthy to write inside Power Automate. so is creating a remote event receiver a valid ...
John John's user avatar
  • 1,420
0 votes
0 answers
40 views

Let's say I have 2 Document Libraries, Lib_A and Sub_A, in a SharePoint Online site. When there is an item in Lib_A of ID X, there will also be an item in Sub_A, using X as item title. Now I am ...
william ng's user avatar
0 votes
2 answers
201 views

I am a big fan of remote event receivers as it is a very solid approach to implement business logic for SharePoint online lists/libraries. But recently, each time i start a new project >> ...
John John's user avatar
  • 1,420
0 votes
0 answers
95 views

I have two site collections (let call them src and dest) In the dest site collection I have a remote event receiver that triggers whenever a document is updated in the default document library (...
Steve B's user avatar
  • 7,558
0 votes
1 answer
419 views

I have the following code inside my remote event receiver:- public void ProcessOneWayEvent(SPRemoteEventProperties properties) { int listItemID = properties.ItemEventProperties....
John John's user avatar
  • 1,420
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
1 vote
0 answers
33 views

I've searched a lot about it but didn't find anything about it. Is there any way to get the list of Remote Event receivers subscribed to a List and its remote endpoint? I'm currently managing an ...
Biggum's user avatar
  • 121
0 votes
1 answer
73 views

We have a provider hosted app deployed in Azure that handles list item events for item create/update etc. It handles traffic from lot of different sites. We want to split the traffic among different ...
Prakash's user avatar
  • 666
2 votes
1 answer
641 views

Recently I am not able to create (remote) event receivers in my SPO environment(s). Create new site Create new list Add event receiver using PnP.PowerShell Add-PnPEventReceiver -List "test"...
musch's user avatar
  • 61
0 votes
3 answers
519 views

I have developed many remote event receivers and host them inside azure web apps. now the web.config file inside those remote event receivers contain the ClientId & ClientSecret, as follow:- <...
John John's user avatar
  • 1,420
2 votes
0 answers
155 views

Last month the below steps were working well for me to debug and test a SharePoint online remote event receiver locally:- Open Ngrok.exe >> run the following command inside ngrok:- ngrok ...
John John's user avatar
  • 1,420
0 votes
1 answer
60 views

Utilising the .net framework of the nugget package Microsoft.Sharepoint.Client we were able to send emails with the Utilities class. Is there any equivalent functionality in the .net standard nugget ...
jimas13's user avatar
  • 348
0 votes
1 answer
176 views

Inside our remote event receivers we query the list item fields, using these 2 methods:- using the ItemEventProperties.AfterProperties Or querying the list using CAML query. now in the first ...
John John's user avatar
  • 1,420
0 votes
1 answer
88 views

I want to create remote event receiver which will trigger whenever any new user is added in SharePoint group. That user details and group and site details I need to maintain in SQL Data base. Regards ...
Rajat Sahani's user avatar

15 30 50 per page
1
2 3 4 5
14