Forum Discussion
john john
Jul 23, 2019Iron Contributor
Documentation on how to create and debug a remote event receiver and attach it to existing list
I have a custom list inside our SharePoint online,and it contain many items. now i want to add some business logic to the list through implementing a remote event receiver which get fired when items ...
Jul 23, 2019
Take a look at using webhooks instead:
https://docs.microsoft.com/sharepoint/dev/apis/webhooks/overview-sharepoint-webhooks
https://docs.microsoft.com/sharepoint/dev/apis/webhooks/overview-sharepoint-webhooks
john john
Jul 23, 2019Iron Contributor
Trevor Seward wrote:
Take a look at using webhooks instead:
https://docs.microsoft.com/sharepoint/dev/apis/webhooks/overview-sharepoint-webhooks
Trevor SewardThanks for the reply and info. but each time I ask a question about remote event receivers and the problems we are recently getting, i got a link to use web hooks. but one main reason i do not and can not use web hooks is that they do not support Editing and Adding events, and they only support Added and Edited actions which only covers 70% of the cases i want to implement... so let go back to my question, how i can create a RER >> debug it >> attach it to existing lists..?
Thanks in advance for your help.