Hi
How do you disable event firing in remote event receivers in order to avoid recursion?
I have an RER that updates the title of the new item in ProcessOneWayEvent/ItemAdded, but then (because I cannot disable event firing) executes the ProcessEvent/ItemUpdating code.
The only suggestions I have found are to use conditional statements and/or flags.
Thanks